mirror of
https://github.com/nestriness/nestri.git
synced 2026-09-24 03:28:18 +03:00
feat: Sync to OSS repo
This commit is contained in:
26
packages/auth/src/index.ts
Normal file
26
packages/auth/src/index.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
export {
|
||||
/**
|
||||
* @deprecated
|
||||
* Use `import { createClient } from "@openauthjs/openauth/client"` instead - it will tree shake better
|
||||
*/
|
||||
createClient
|
||||
} from './client.js';
|
||||
|
||||
export {
|
||||
/**
|
||||
* @deprecated
|
||||
* Use `import { createSubjects } from "@openauthjs/openauth/subject"` instead - it will tree shake better
|
||||
*/
|
||||
createSubjects
|
||||
} from './subject.js';
|
||||
|
||||
import { issuer } from './issuer.js';
|
||||
|
||||
export {
|
||||
/**
|
||||
* @deprecated
|
||||
* Use `import { issuer } from "@openauthjs/openauth"` instead, it was renamed
|
||||
*/
|
||||
issuer as authorizer,
|
||||
issuer
|
||||
};
|
||||
Reference in New Issue
Block a user