Any plans to support OpenID Connect? I am willing to make a pr for this
my own indieAuth provider!
indiko.dunkirk.sh/docs
indieauth
oauth2-server
OIDC #3
open
opened by
no. its a layer on top of oauth. from google "OpenID Connect (OIDC) is an identity layer built on OAuth 2.0 that allows third-party applications to verify user identity and get basic profile info, enabling secure, decentralized logins (like "Sign in with Google") by using JSON Web Tokens (JWTs) for authentication, moving away from managing passwords and simplifying single sign-on (SSO) across web, mobile, and JavaScript apps. "
oh interesting; I look into it a bit more, but that sounds like it fits indiko's scope
okay looking into this we already implement everything but the well known endpoint and the jwt signing so I would definetly be open to this
that is the version before oauth right? I have heard it is quite complicated to implement