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

best way to manage sessions/cookies with chalice? #1568

Closed
mowliv opened this issue Oct 30, 2020 · 3 comments
Closed

best way to manage sessions/cookies with chalice? #1568

mowliv opened this issue Oct 30, 2020 · 3 comments

Comments

@mowliv
Copy link

mowliv commented Oct 30, 2020

Hi guys,

What's the easiest way to have sessions or at least cookie management in a python chalice web app? Have looked around but haven't found a good solution. Am using AWS Cognito for user authorization and working on how to tie it in with sessions. Saw #717 from 2018 but hoping there's something better than that by now.

(I did try asking this Q on stack exchange and also the Gitter chat area, but got no replies.)

@jamesls
Copy link
Member

jamesls commented Dec 2, 2020

Hi, sorry for the late reply. Chalice doesn't provide any built-in way of managing session/cookies. This is something you'd have to manage yourself, as shown in the issue you linked. I typically see people use Chalice as just the Web API (and not the front end) and using the JWT (or similar) auth tokens directly.

@no-response
Copy link

no-response bot commented Dec 9, 2020

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.

@no-response no-response bot closed this as completed Dec 9, 2020
@mowliv
Copy link
Author

mowliv commented Dec 31, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants