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

Implement Authentication with JWTs (JSON Web Tokens) #84

Open
TatchumNono opened this issue Apr 29, 2021 · 1 comment
Open

Implement Authentication with JWTs (JSON Web Tokens) #84

TatchumNono opened this issue Apr 29, 2021 · 1 comment
Labels
feature request Any feature request, something to be added

Comments

@TatchumNono
Copy link
Contributor

Since the architecture of the backend is RESTful we need a way to secure requests to the server.

We need to create a token on user login.
The token will be used for each of the users request to the server which will help to authenticate the users and secure the endpoints.

@FotieMConstant
Copy link
Member

That's a great idea man. I think we can all discourse on this and add it subsequently @TatchumNono

@FotieMConstant FotieMConstant added the feature request Any feature request, something to be added label Apr 29, 2021
@FotieMConstant FotieMConstant added this to Requested features in Bond- workflow Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Any feature request, something to be added
Projects
Bond- workflow
Requested features
Development

No branches or pull requests

2 participants