On Air passphrase protection - how it works? #5007
Replies: 2 comments 4 replies
-
Hello @MicaelJarniac. It's you again! I don't know how NiceGUI On Air password protection works, but I can't see how it's screw-up-able. It's just basic server authentication. Password correct, let stuff through. Password incorrect, eat dust. As long as you don't send the password in a way that may be interceptable and replayed, it should be fine. Maybe let's get @rodja to explain in a deeper level, if he's comfortable with it. |
Beta Was this translation helpful? Give feedback.
-
We are appy that you consider using NiceGUI On Air. The passphrase implementation is quite similar to https://github.com/zauberzeug/nicegui/blob/main/examples/authentication/main.py. But instead of a username we use the url path to identify the right database entry. What are your criteria @MicaelJarniac? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm considering sponsoring for the nice On Air features, including the passphrase protection, but I wanted to know how it works first, and how safe it is.
Beta Was this translation helpful? Give feedback.
All reactions