Hello everyone I have created a restful api using spark java micro framework but I would like to implement some security using aouth2. For example if a user (another developer) wants to consume my api I want them to register his app and later I'll give him token. So my question is:
Is there any library, api or method so I can use it in my restful api?
Thanks in advance.