Search docs
Find the page, package, or API reference you need. Results stay visible without JavaScript; typing narrows them in place.
19 results
No matching docs found. Clear the search or try a provider name, package name, or OAuth term.
- Start Overview Open the Vestibule overview page.
- Packages Package overview Choose the right Vestibule package for a Gleam OAuth integration.
- Start Search docs Search Vestibule documentation and package guides.
- Start Quick start Add Vestibule to a Gleam app and wire the OAuth request and callback phases.
- Extend Writing a custom strategy Build a Vestibule OAuth2 provider strategy from scratch.
- Core package vestibule package Core types, two-phase OAuth2 flow, PKCE, CSRF state, token refresh, OIDC discovery, and shared state store.
- API reference vestibule API docs Open the HexDocs API reference for vestibule.
- Wisp middleware vestibule_wisp package Wisp request/callback routing for Vestibule, including signed session cookie handling and one-time ETS state storage.
- API reference vestibule_wisp API docs Open the HexDocs API reference for vestibule_wisp.
- Mist middleware vestibule_mist package Plain Mist request/callback routing with HMAC-SHA256 signed session cookies and the shared Vestibule state store.
- API reference vestibule_mist API docs Open the HexDocs API reference for vestibule_mist.
- Provider strategy vestibule_github package GitHub OAuth strategy with normalized profile data and verified-primary-email lookup.
- API reference vestibule_github API docs Open the HexDocs API reference for vestibule_github.
- Provider strategy vestibule_google package Google OAuth strategy with verified-email handling, hosted-domain enforcement, and refresh-token guidance.
- API reference vestibule_google API docs Open the HexDocs API reference for vestibule_google.
- Provider strategy vestibule_microsoft package Microsoft OAuth strategy using Microsoft Graph /me, with helpers for tenant-specific sign-in.
- API reference vestibule_microsoft API docs Open the HexDocs API reference for vestibule_microsoft.
- Provider strategy vestibule_apple package Sign in with Apple strategy with JWKS-backed ID token verification and form_post callback support.
- API reference vestibule_apple API docs Open the HexDocs API reference for vestibule_apple.