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
Describe the bug
Impossible to store API Token in memcached provider
To Reproduce
Steps to reproduce the behavior:
Set AWS_COGNITO_TOKEN_STORAGE=memcached (If configured in the Cache config file)
Log in using an existing user with API guard => Access token is returned
To to call an authenticate route => Invalid Token exception is raised
Change the AWS_COGNITO_TOKEN_STORAGE to file or redis
Everything is working perfectly
Expected behavior
Token storage in memcached should be OK (I don't know if it is a bug or a feature)
Desktop (please complete the following information):
Laravel 9
Macos X (15.2 (24C101))
Postman
The text was updated successfully, but these errors were encountered:
Describe the bug
Impossible to store API Token in memcached provider
To Reproduce
Steps to reproduce the behavior:
Set AWS_COGNITO_TOKEN_STORAGE=memcached (If configured in the Cache config file)
Log in using an existing user with API guard => Access token is returned
To to call an authenticate route => Invalid Token exception is raised
Change the AWS_COGNITO_TOKEN_STORAGE to file or redis
Everything is working perfectly
Expected behavior
Token storage in memcached should be OK (I don't know if it is a bug or a feature)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: