Merge pull request #4896 from GoWind/expose-verify-nonce
Expose `verifyNonce` and `readState` publicly
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
export { OAuthEnvironmentHandler } from './OAuthEnvironmentHandler';
|
||||
export { OAuthAdapter } from './OAuthAdapter';
|
||||
export { encodeState } from './helpers';
|
||||
export { encodeState, verifyNonce, readState } from './helpers';
|
||||
export type {
|
||||
OAuthHandlers,
|
||||
OAuthProviderInfo,
|
||||
|
||||
Reference in New Issue
Block a user