mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 04:20:05 +00:00
chore(*): refactor, move all auth-related code to auth folder
This commit is contained in:
6
src/auth/index.ts
Normal file
6
src/auth/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { AuthManager } from './AuthManager'
|
||||
|
||||
export * from './AuthManager'
|
||||
export * from './isAuthorizeFormRequired'
|
||||
export * from './isLoginRequired'
|
||||
export * from './parseAndSubmitAuthorizeForm'
|
||||
Reference in New Issue
Block a user