@tbridge777 I don’t often charge outside of the home… but when I do it is at an Electrify America at a Walmart. All things considered, they’ve been reasonably decent.
@Sacrilicious@tperfitt The token should have a unique "sub" claim that won't change regardless of the username, email or other attributes being updated. You could use that to coordinate this flow and add a new alias to the local account.
Some interesting comments on my CTK enhancement request for Chrome on iOS to support CTK inserted tokens.
https://t.co/SqEOgjE5pO
This may happen, people!
While there are other great projects out there that do a lot more... sometimes you just need a little bit.
In this case OIDCLite should cover authentication and getting the initial token set including support for PKCE, which is probably all 80% of projects need.
Introducing OIDCLite a small Swift Package for doing OpenID Connect authentication with Apple's ASWebAuthenticationSession.
https://t.co/stqGhTCUuX
- PKCE
- code grant
- discovery document parsing
- basic token parsing