Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JWT Auth #28

Open
ebebbington opened this issue May 26, 2020 · 0 comments
Open

JWT Auth #28

ebebbington opened this issue May 26, 2020 · 0 comments
Labels
Priority: Low Type: Enhancement This item introduces a new feature Type: Question This item is seeking an answer

Comments

@ebebbington
Copy link
Member

Overview

Specs as specified from realworld:

  • Sign in/Sign up pages (URL: /#/login, /#/register )
    * Uses JWT (store the token in localStorage)
    * Authentication can be easily switched to session/cookie based

There a few questions I have around this as to how it's implemented (and why it mentions the register resource)

All API calls would need to pass in the token (unless it is automatically passed) and the API would need to authenticate all requests using this

@ebebbington ebebbington added Type: Enhancement This item introduces a new feature Type: Question This item is seeking an answer labels May 26, 2020
@ebebbington ebebbington mentioned this issue Aug 2, 2020
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Low Type: Enhancement This item introduces a new feature Type: Question This item is seeking an answer
Development

No branches or pull requests

2 participants