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

Authentication: the lambdas only check for the existence of the cookies, and don't yet validate the JWT token or call Cognito to exchange access token for ID token #30

Open
deanmoses opened this issue Dec 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@deanmoses
Copy link
Owner

deanmoses commented Dec 2, 2023

Implementation Notes

Consider writing this logic in Rust so that I can migrate some of the workhorse lambdas like GetAlbum to Rust. Node javascript can invoke Rust, see the Rust Evernote.

@deanmoses deanmoses added the enhancement New feature or request label Dec 2, 2023
@deanmoses deanmoses changed the title Auth: the lambdas are only checking for the existence of the cookies, and not yet validating the JWT token or calling Cognito to exchange access token for ID token Authentication: the lambdas only check for the existence of the cookies, and don't yet validate the JWT token or calling Cognito to exchange access token for ID token Dec 2, 2023
@deanmoses deanmoses modified the milestone: AWS v1 Dec 5, 2023
@deanmoses deanmoses changed the title Authentication: the lambdas only check for the existence of the cookies, and don't yet validate the JWT token or calling Cognito to exchange access token for ID token Authentication: the lambdas only check for the existence of the cookies, and don't yet validate the JWT token or call Cognito to exchange access token for ID token Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant