Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update list of example OIDC providers
It turns out that GitHub and Discord only implement plain OAuth2 for sign-in. Apple implements a non-spec-compliant subset of OIDC that isn't compatible with this library (i.e., it issues ID tokens but doesn't accept the mandatory `openid` scope). Relates to #153.
- Loading branch information