Provide a simple method of using a rest API to validate the limited token for the server side
1

Why doesn't it provide a simple method of using a rest API to validate the limited token for the server side, rather than requiring us to learn about the encryption algorithm to evaluate it ourselves?

Phuong
Asked about 3 months ago
Selected Answer
2

The should be an AI on the API side that does all the work for you if a simple signature check is too complicated 😄

June 28 at 6:30 AM
Lars