You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which operating systems have you tested for this bug?
Windows
Which server did you use?
apache
Database
MySQL
Did you customize Shield?
Yes, on JWT Authenticator is not same as JWT Filter on grab the token, JWT Filter was done with bearer prefix but in JWT Authenticator wasn't, please see my change below
What happened?
error malformed loggedIn method on JWT Authenticator because the method for grab the token isn't fixed with bearer prefix
Steps to Reproduce
add getTokenFromHeader method like JWT Filter in JWT Authenticator
Expected Output
easyly doing prefix or not on loggedin method with JWT Authenticator
Anything else?
nothing, just see my opinion and do update if it good
The text was updated successfully, but these errors were encountered:
PHP Version
8.2.1
CodeIgniter4 Version
4.2.5
Shield Version
1.0.1
Which operating systems have you tested for this bug?
Windows
Which server did you use?
apache
Database
MySQL
Did you customize Shield?
Yes, on JWT Authenticator is not same as JWT Filter on grab the token, JWT Filter was done with bearer prefix but in JWT Authenticator wasn't, please see my change below
What happened?
error malformed loggedIn method on JWT Authenticator because the method for grab the token isn't fixed with bearer prefix
Steps to Reproduce
add getTokenFromHeader method like JWT Filter in JWT Authenticator
Expected Output
easyly doing prefix or not on loggedin method with JWT Authenticator
Anything else?
nothing, just see my opinion and do update if it good
The text was updated successfully, but these errors were encountered: