This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
jmelberg-okta
released this
29 Mar 00:05
·
269 commits
to master
since this release
Fixes
Breaking Change
auth.login()
didn't require a path parameter in previous versions of this library. In order to achieve custom redirecting, we've introduced the ability to pass in a custom route that navigates users to on completion.
// Before
auth.login()
// Now
auth.login('/profile')