I am working on a project with play framework 2.5 which provides API service for developers.
I now want to implement access token with play framework in order to control the access of the server APIs.
I have implemented app key and app secret already. Can anyone please advices how to generate the access tokens?
Use JavaWebTokens(jwt) which will provide you unique key always ,