okta-auth-js icon indicating copy to clipboard operation
okta-auth-js copied to clipboard

The official js wrapper around Okta's auth API

Results 169 okta-auth-js issues
Sort by recently updated
recently updated
newest added

Hi, I am building progressive web app with okta authentication, we do have a requirement that user should be able to continue accessing application once authenticated and have access token...

Need a solution to retrieve okta rate limit values from response headers HTTP/1.1 200 Date: Tue, 27 Jan 2018 21:33:25 GMT X-Rate-Limit-Limit: 600 X-Rate-Limit-Remaining: 598 X-Rate-Limit-Reset: 1516308901.

enhancement
priority-pending
workaround-available

Hello, my team is experiencing an issue on Safari desktop browser only where the [tokenManager.on('error')](https://github.com/okta/okta-auth-js#tokenmanageronevent-callback-context) subscription is not receiving an `error` event when the current token has expired and a...

Is it possible to issue a custom name for local storage or cookie? `okta-token-storage` to something different. Reason is that we dont want user to know what our login system...

enhancement
priority-high

I am unable to get User Information like name, email, profile details from auth-js, i think that code is in Typescript, do you have any working example in vuejs/javascript with...

* Introduces type change, should belong to 6.0 * webcrypto still need to be converted

Copy of https://github.com/okta/okta-auth-js/pull/644

Implements an hybrid authentication using custom login form + Okta Signin Widget. Hybrid Flow : * User login with username/password custom form * If MFA is required, show signin widget...

This library is mixing esm imports and commonjs require statements. This breaks compilation with snowpack. Please see related discussion: https://github.com/snowpackjs/snowpack/discussions/1321

If callback is passed to poll then call for every poll response This is to help get context of what is in the response when factor result is 'waiting' in...

stale