EOSIO / ual-plainjs-renderer

library providers a Plain JS renderer around the Universal Authenticator Library
MIT License
11 stars 21 forks source link

Adding an invalidate time option for authenticators to require login in new browser sessions #71

Closed bradlhart closed 4 years ago

bradlhart commented 4 years ago

Change Description

Users that are already authenticated are re-logged in on refresh to emulate normal user sessions on other sites. Adding an optional invalidate time option for authenticators to cause users to re-authenticate after the time has elapsed and a new browser session occurs.

See https://github.com/EOSIO/ual-reactjs-renderer/pull/82

API Changes

Documentation Additions

bradlhart commented 4 years ago

Need to wait until UAL has shouldInvalidateAfter in a release to pass CI