Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattddean/authentication-sample
A container-based full-stack Node.js/React authentication example
https://github.com/mattddean/authentication-sample
authentication aws cookie docker docker-compose example express-session grommet ioredis mongodb mongoose nodejs react redis session terraform typescript
Last synced: about 2 months ago
JSON representation
A container-based full-stack Node.js/React authentication example
- Host: GitHub
- URL: https://github.com/mattddean/authentication-sample
- Owner: mattddean
- Created: 2021-03-13T19:15:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T02:36:31.000Z (almost 4 years ago)
- Last Synced: 2024-12-15T13:43:21.780Z (about 2 months ago)
- Topics: authentication, aws, cookie, docker, docker-compose, example, express-session, grommet, ioredis, mongodb, mongoose, nodejs, react, redis, session, terraform, typescript
- Language: TypeScript
- Homepage:
- Size: 277 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authentication Sample
[Frontend](frontend/README.md)
[Backend](backend/README.md)
[Terraform](terraform/README.md)
# TODO
- Fix Mongo connection
- Set up container to use Amazon SSL Certificate (should be non-unique so easy to implement in the Dockerfile itself)
- Send back user object on login request
- secure=false on session cookie
- CI/CD to build container