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

Token storage using memcached #115

Open
SebastienKPA6T opened this issue Jan 10, 2025 · 0 comments
Open

Token storage using memcached #115

SebastienKPA6T opened this issue Jan 10, 2025 · 0 comments

Comments

@SebastienKPA6T
Copy link

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
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

1 participant