Currently, Enoki Connect does not accept external identity tokens (idTokens) only oauth2.
This limits integration with providers that only return idTokens or special tokens, such as:
- Facebook Limited Login (iOS) → returns a limited access token (JWT-like structure) instead of a long-lived access token.
- Google Sign-In → returns an
idToken as the primary proof of identity.
Without support for these tokens, developers need to implement custom server-side validation and session bridging, which breaks the simplicity of using Enoki for authentication.