https://github.com/simplylu/nicegui-hcaptcha-authentication
Basic nicegui authentication example with integrated hCaptcha
https://github.com/simplylu/nicegui-hcaptcha-authentication
nicegui python python3
Last synced: over 1 year 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T22:47:17.000Z (over 2 years ago)
- Last Synced: 2025-02-09T20:36:42.343Z (over 1 year ago)
- Topics: nicegui, python, python3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 5
- 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.