Completely rework the frontend!! (deleted it)
The codebase is now much simpler to work on.
also added .well-known/openid-configuration !!!
Log in to leave a comment
Implement basic identity system!
I currently have session, identity, and authorization code.
The schema also allows shadowing but I haven’t finished implementing that yet.
Creating session also authenticate against user, then allows selecting identity.
I also refactor the implementation into different files.
Testing with wget and it seems correct!
Log in to leave a comment
Implement basic AuthN route.
There is a lot to be done after this in order to finish the core protocol.
Maybe I should tried testing with the OIDC test tool.
UPD: it works!!!!
i tested with openidconnect.net and it is very cool.
Log in to leave a comment