@zeushq/nextjs-zidentity
Version:
Next.js SDK for signin in with Zeus Identity
6 lines (5 loc) • 454 B
text/typescript
export { default as callbackHandler, HandleCallback, CallbackOptions, AfterCallback } from './callback';
export { default as loginHandler, HandleLogin, LoginOptions, GetLoginState } from './login';
export { default as logoutHandler, HandleLogout, LogoutOptions } from './logout';
export { default as profileHandler, HandleProfile, ProfileOptions, AfterRefetch } from './profile';
export { default as handlerFactory, Handlers, HandleAuth } from './auth';