naystack - v1.5.10
    Preparing search index...

    Module auth

    Auth module: email routes, Google/Instagram OAuth, and token helpers.

    // Email auth
    import { getEmailAuthRoutes, getContext, checkAuthStatus, getRefreshToken } from "naystack/auth";

    // Google OAuth
    import { initGoogleAuth } from "naystack/auth";

    // Instagram OAuth
    import { initInstagramAuth } from "naystack/auth";

    References

    checkAuthStatus → checkAuthStatus
    getContext → getContext
    getEmailAuthRoutes → getEmailAuthRoutes
    getRefreshToken → getRefreshToken
    initGoogleAuth → initGoogleAuth
    initInstagramAuth → initInstagramAuth