Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LordGhostX/fauna-auth-demo
This is a Python + Flask demo application to showcase Fauna's built-in user identity and session management capabilities.
https://github.com/LordGhostX/fauna-auth-demo
Last synced: about 2 months ago
JSON representation
This is a Python + Flask demo application to showcase Fauna's built-in user identity and session management capabilities.
- Host: GitHub
- URL: https://github.com/LordGhostX/fauna-auth-demo
- Owner: LordGhostX
- License: mit
- Created: 2021-03-19T19:37:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-12T23:56:45.000Z (over 3 years ago)
- Last Synced: 2024-08-01T19:31:33.796Z (5 months ago)
- Language: HTML
- Size: 524 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fauna User Identity and Session Management + Flask Demo
This is a Python + Flask demo application to showcase Fauna's built-in user identity and session management capabilities as shown in the [documentation](https://docs.fauna.com/fauna/current/tutorials/authentication/user).
The `user-interface` directory contains only the user interface of the Flask application that will be implementing Fauna's user authentication.
The `fauna-integration` directory contains the full application (Fauna + Flask) that implements Fauna's user authentication.
You can also check [this gist](https://gist.github.com/LordGhostX/9d70357f9803904506939ab6f4bb3a9a) that implements Fauna's user authentication in Python.
The tutorial for this repository exists on [LordGhostX's blog](https://dev.to/lordghostx/managing-user-authentication-and-sessions-with-fauna-and-flask-5h5h).
![demo preview](preview.png)