Skip to content

Adding authentication feature #2

@quentinus95

Description

@quentinus95

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions