Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.