Skip to content

[enoki-connect] feature request: Support for external idTokens #510

@reslear

Description

@reslear

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions