UNPKG

alepha

Version:

Easy-to-use modern TypeScript framework for building many kind of applications.

9 lines (8 loc) 211 B
export const alephaServerAuthRoutes = { login: "/oauth/login", callback: "/oauth/callback", logout: "/oauth/logout", token: "/_auth/token", refresh: "/_auth/refresh", userinfo: "/_auth/userinfo", };