User-221752185 posted
Thanks so much, this was a great help. May I ask...
1) Do you have any pointers on how to generate the actual AccessToken? People say random bytes then base64 encode it.
2) Doesn't the AccessToken need to be unique across the entire database? I would imagine when authenticating the AccessToken you would be retreiving the token by the token itself in the SQL query. Or would you retrieve the token by the username and therefore,
the tokens don't have to be unique across the whole datastore? If that is true... I don't see the username being passed in the authorization. Its just the token.
If you could please read carefully and try to address all my questions. I would greatly appreciate it. Thanks so much.