Skip to content

2014.5.13.0

Compare
Choose a tag to compare
@sfc-gh-jbarrantes sfc-gh-jbarrantes released this 13 May 18:05
· 20 commits to main since this release

Updated the login modules to follow the /start-oauth/ login flow:

  • Generation of the csrfToken
  • Login starts at /start-oauth/snowflake. The state parameter contains the csrf, windowId and oauth_nonce values
  • Following the flow, the master token is generated by the previous state and the UID/Password
  • Finally, the redirectURL is generated by the master token and the /complete-oauth/ endpoint returns the user cookie

image