okta / samples-js-vue

samples-js-vue
https://github.com/okta/samples-js-vue
Other
57 stars 61 forks source link

Extend custom onAuthRequired handler with modal dialog to ask user to re-authenticate #145

Closed denysoblohin-okta closed 2 years ago

denysoblohin-okta commented 2 years ago

Added custom onAuthRequired callback to both custom-login and okta-hosted-login samples with logic:

This way we can break the auto login loop

Internal ref: OKTA-445787

Notes: