1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-09 11:24:19 +00:00

feat: add support for OAuth 2.0 Authorization Server Issuer Identification

This commit is contained in:
Elias Schneider
2025-07-06 15:29:26 +02:00
parent 49f1ab2f75
commit bf042563e9
5 changed files with 22 additions and 17 deletions

View File

@@ -48,4 +48,5 @@ export type OidcDeviceCodeInfo = {
export type AuthorizeResponse = {
code: string;
callbackURL: string;
issuer: string;
};