notes/iroh_auth_ui_enhancements.org

This commit is contained in:
Yann Esposito (Yogsototh) 2022-04-15 17:13:15 +02:00
parent 535dba23a6
commit 5b373a0423
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -68,3 +68,15 @@ object with:
Mainly, this endpoint should provide all the data we use while creating the Mainly, this endpoint should provide all the data we use while creating the
current account selection page in the backend. current account selection page in the backend.
* Invite Confirmation Page
We need to think about how to replace it.
* Login Page
Already partially overwritten by an SXSO page, but this login page sometime
reappears. So work here might ever be not necessary, or perhaps we could
make a proper redirection powered by IROH-Auth. Currently, no code change
was made in IROH to change this page, there is just a rule that redirect
user from =/iroh/iroh-auth/login= to the SXSO specific SecureX login page.