View Source Ueberauth.Strategy.WorkOS.AuthKit (Ueberauth WorkOS AuthKit v0.1.0)

Implementation of an Ueberauth Strategy for WorkOS Single Sign-On with managed users.

Configuration

This provider uses the WorkOS library, which requires API keys to be configured.

Example configuration:

config :ueberauth, Ueberauth,
  providers: [
    workos: {Ueberauth.Strategy.WorkOS.AuthKit, []}
]

config :workos, WorkOS.Client,
  api_key: "sk_example_123456789",
  client_id: "client_123456789"

Summary

Functions