Replies: 1 comment
-
You can create a new APP_KEY inside a .env file and change in config auth |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have 2 auth JWT (jwt and memberjwt)

and im already set the middleware to "jwt" in route.

but why my token generate from "memberjwt" auth valid on auth "jwt" ?
is there any solution?
this my route using auth "memberjwt" and email its : kotnol@gmail.com

but im check it using auth.getuser() (authenticator: 'jwt' on app) its still showing with different data, even though that token from memberjwt

i want that token from "memberjwt" auth its invalid in "jwt" auth
Beta Was this translation helpful? Give feedback.
All reactions