Skip to content
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

Passport und jwt token auth #1

Open
cth18012017 opened this issue Mar 28, 2024 · 3 comments
Open

Passport und jwt token auth #1

cth18012017 opened this issue Mar 28, 2024 · 3 comments

Comments

@cth18012017
Copy link

The example is very good for getting started, although I haven't watched to the end yet. For my project we need a token validation with beerer JWT token and OAuth 2. I have read that this can be realized with passpord.
In addition, I thought about keyclock, where I can log in and then use keyclock to deliver the token with user data such as the userid and a valid session token.
Can you perhaps use your preffesional knowledge to provide something for this?

@ambasador
Copy link

This is really simple

$token = $request->bearerToken();

@cth18012017
Copy link
Author

Have you a full example to use it?

@joue-zero
Copy link

he has a similar project here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants