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

JWT & SPA #340

Closed
nadar opened this issue Aug 8, 2019 · 0 comments · Fixed by #341
Closed

JWT & SPA #340

nadar opened this issue Aug 8, 2019 · 0 comments · Fixed by #341
Assignees

Comments

@nadar
Copy link
Contributor

nadar commented Aug 8, 2019

In order to make SPA connections via JWT auth token available we need two things:

  • a proxy which allows consuming of open resources (auth free apis)
  • a jwt auth component to enable in order to collection a token and usem them to access the protected apis
  • The jwt implementation requires that the token must be assigned to a user like app\models\User.
  • The jwt authentification should then trough an API User in order to make the calls in the admin: (JWT -> User -> Auth with ApiUser)
@nadar nadar self-assigned this Aug 8, 2019
@nadar nadar changed the title out of the box JWT solution JWT & SPA Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant