Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Refactor: Browser native auth flows #425

Closed
carsonfarmer opened this issue Jul 27, 2020 · 1 comment
Closed

Refactor: Browser native auth flows #425

carsonfarmer opened this issue Jul 27, 2020 · 1 comment
Assignees
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

Comments

@carsonfarmer
Copy link
Member

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).

@carsonfarmer carsonfarmer added documentation Improvements or additions to documentation enhancement New feature or request dependencies Pull requests that update a dependency file chore Things that need doing labels Jul 27, 2020
@carsonfarmer carsonfarmer added this to the Sprint 44 milestone Jul 27, 2020
@carsonfarmer carsonfarmer self-assigned this Jul 27, 2020
@carsonfarmer
Copy link
Member Author

Tests using cookies now underway in hub-dashboard. What we learn there, will be applied in js-textile.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

1 participant