andtie
andtie
This PR closes #134. It exposes the URIs for the JWKS endpoints in the JWT-helpers for Apple, Microsoft and Google.
I am facing the problem that I need to specify another URI to get the JWKS for the Microsoft issuer. It is currently hardcoded to "https://login.microsoftonline.com/common/discovery/keys", but I need the...
There is a small typo in the shared-state examples. This PR fixes that. A computed property property should use the `var`-keyword instead of `let`. Keep up the good work!