feat: Sync to OSS repo

This commit is contained in:
Wanjohi
2026-08-06 22:13:51 +03:00
parent 46d2a56180
commit 3faac3008f
144 changed files with 27561 additions and 0 deletions

View 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
};