-
Notifications
You must be signed in to change notification settings - Fork 25
How to use? #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have to update documentation about this. The default links can be found here https://github.com/myndocs/kotlin-oauth2-server/blob/develop/oauth2-server-core/src/main/java/nl/myndocs/oauth2/config/CallRouterBuilder.kt#L9-L11 |
Hello! I'm also a little bit confused. I've configured everything on the app but I don't know how to use it. When I try to get the token with postman (for example) I just get an empty page, could you please add a "full" sample about how to use it for noobs? |
@sergiocasero I think there is quite some information available how to use oauth If you POST to token endpoint I think it should always respond with something. This might be a bug, did you see an exceptions showing up in the log? |
@sergiocasero I tested it with postman. Postman seems to be the problem here. That empty page what you see is the part where you normally login with basic authentication (/oauth/authorize). I am not sure what you mean with: I always put the routings inside authentication { } block, but it seems to be not working with the lib |
Yes... you was totally right, my bad sorry, the problem is POSTMAN, by making the requests manually looks like it works fine. Thanks for the awesome job! I'll open a new issue with the explanation of "encapsulating requests" |
Uh oh!
There was an error while loading. Please reload this page.
I'm totally new, can you provide some info how to use it in my REST endpoints? I'm using this lib for Ktor
I've installed the feature but how I can access Oauth2TokenService class with /auth endpoint?
The text was updated successfully, but these errors were encountered: