This repository has been archived by the owner on Apr 13, 2021. It is now read-only.
Refactor: Browser native auth flows #425
Labels
chore
Things that need doing
dependencies
Pull requests that update a dependency file
documentation
Improvements or additions to documentation
enhancement
New feature or request
Milestone
Currently, our auth flow for Hub uses several patterns that are more common in Go and NodeJS, but less common in Browser JS. It would be helpful for consumers to move to a more Browser native flow, including using Cookies, Tokens, and even Refresh Token flows. This is a component of the "great refactor" (#414).
The text was updated successfully, but these errors were encountered: