mirror of
https://github.com/wassname/talk.git
synced 2026-08-18 12:30:39 +08:00
[next] SSO Refactor (#1912)
* feat: support dual sso/jwt auth * feat: move verifier logic to seperate strategy * fix: adjusted tests and removed aud claim * fix: cleanup
This commit is contained in:
Vendored
+1
-1
@@ -15,5 +15,5 @@ declare module "jsonwebtoken" {
|
||||
secretOrPublicKey: string | Buffer | KeyFunction,
|
||||
options?: VerifyOptions,
|
||||
callback?: VerifyCallback
|
||||
): void;
|
||||
): object | string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user