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

Alternative to jwt #10

Open
the-provost opened this issue Jun 9, 2020 · 1 comment
Open

Alternative to jwt #10

the-provost opened this issue Jun 9, 2020 · 1 comment

Comments

@the-provost
Copy link

What do I need to know if I wanted to use Laravel Passport instead of jwt?

@NikoGrano
Copy link

Doing session based authentication while your frontend is seperated is not a good idea at all. I would personally not support anything like that.

However, if you're using some other token based, then you just need to fix places where JWT is used and replace it with passport. Its not black magic to do.

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

2 participants