-
Is it possible to generate unique access tokens (jwt) for an identity? My usecase is to have a user create an account via the browser and then generate an access token (jwt) that they could then use to access my API via HTTP calls from a build pipeline. If this is supported could I be pointed to the documentation and/or example for Go? |
Beta Was this translation helpful? Give feedback.
Answered by
vinckr
Mar 24, 2022
Replies: 1 comment 2 replies
-
I think for that you need |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
vinckr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think for that you need
OAuth2 Client Credentials
from Ory Hydra, which will be available in Ory Cloud soon.There are also plans to add this "machine identity" functionality natively to Ory Kratos AFAIK.