-
Notifications
You must be signed in to change notification settings - Fork 2
auth - well knowns and small gotchas #105
Copy link
Copy link
Open
Description
The login flow is full of weird little gotchas..
- Our Flutter GUI does not work with "Suggest Password" in Chrome.
-
Verification goes to an URL but down not ask you to login on that same page. SO then any MITM on your email means they can do account takover.
-
Naming and routing for "well knowns" makes it play well with Browsers and password managers. Its become a standard to help the world all get along basically.
For our own Auth System:
Well Known Change Password support
"./well-known/change-password"
https://web.dev/change-password-url/
Same goes for our later OAuth system:
"https://server.com/.well-known/openid-configuration"
https://github.com/fmitra/authenticator
- Good basis for the hardening we will need later
- Demo works well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
