feat(oidc): feat(oidc): add OIDC provider (OidcManager, endpoints, and interfaces)

This commit is contained in:
2025-12-15 19:45:57 +00:00
parent 02c700e44d
commit a24b0d8be7
8 changed files with 1006 additions and 3 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@idp.global/idp.global',
version: '1.12.1',
version: '1.13.0',
description: 'An identity provider software managing user authentications, registrations, and sessions.'
}