What if I don't use a refresh token and only use generate new token ?
@SemenP-i4x11 ай бұрын
Thanx a lot for this guide! Fluent english from russian spell that's what i neeeed, man "]
@devdivine__5 ай бұрын
I was still able to fetch my info from the `\user` endpoint even after logging out
@NIKHILSCI-t3g7 ай бұрын
how to use this jwt in laravel project with mongodb?
@dracula1347 Жыл бұрын
thanks bro. recpect.
@hadirahmani7943 Жыл бұрын
thanks, now how can we resolve login redirect and how can we use refresh token?
@FireCampCourses11 ай бұрын
Refresh token - use this token to get a new access token, and about login redirect, can you tell me more what you mean?
@luismendoza84284 ай бұрын
@@FireCampCourses Instead of attempting a redirect to the login page when authentication fails, I need it to respond with a JSON error message and a 401 status code.