-
Notifications
You must be signed in to change notification settings - Fork 114
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
[Question] Is it possible to issue tokens programmatically? #268
Comments
Hi, you can see how the token is created here: |
Hello Ostiwe, thank you. I already found that method and I'm using that both in Grant Flows and in Controllers. |
Yep, it's a pity that there is no way to simply create a token, without unnecessary dependencies |
I need to generate a new token inside a custom Authenticator without passing throught the /oauth2/token endpoint, but something more like I do in custome grants with the issueToken() method.
Is there something I can use inside an autenticator to return a new JWT given an user and a client ID?
Thank you
The text was updated successfully, but these errors were encountered: