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

Adding authentication feature #2

Open
3 tasks
quentinus95 opened this issue Jul 19, 2017 · 0 comments
Open
3 tasks

Adding authentication feature #2

quentinus95 opened this issue Jul 19, 2017 · 0 comments
Assignees

Comments

@quentinus95
Copy link
Member

As you've worked on the API security, I guess it's better if you can handle this part (and more logical).

The main idea is to get authentication to work on the Platform. I don't care about ergonomics and design for now, only a working scenario will be sufficient.

I have created a page on the Platform located on the page http://localhost:3000/user/login

You will also need to checkout the documentation to understand how a NuxtJS application is built: https://nuxtjs.org

Finally, checkout this code example: https://nuxtjs.org/examples/auth-routes to add authentication to the pages.

  • Manage the login form to display potential authentication errors
  • Get and display the token (for debugging purposes)
  • Get and store token for the current user, using a store (check out the example)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants