Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplylu/nicegui-hcaptcha-authentication
Basic nicegui authentication example with integrated hCaptcha
https://github.com/simplylu/nicegui-hcaptcha-authentication
Last synced: 3 days ago
JSON representation
Basic nicegui authentication example with integrated hCaptcha
- Host: GitHub
- URL: https://github.com/simplylu/nicegui-hcaptcha-authentication
- Owner: simplylu
- Created: 2023-12-22T20:02:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T22:47:17.000Z (about 1 year ago)
- Last Synced: 2023-12-22T23:28:15.065Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nicegui Authentication with hCaptcha
This piece of code extends the official nicegui authentication sample that can be found [here](https://github.com/zauberzeug/nicegui/blob/main/examples/authentication/main.py)To run this app, you need to get your site and secret key from hcaptcha.com. Add them to the .env file and you're ready to start the app using `python3 app.py`
For more information on the changes and the script check [this](https://simplylu.me/blog/how-to-use-hcaptcha-with-nicegui/) out.