-
Notifications
You must be signed in to change notification settings - Fork 2
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
Backend CCRP - Authentication #33
Comments
I will love to work on this. I handled Juno integration to Carbonable. Merged pr here. Tackling this issue will involve setting up JWT authentication with jsonwebtoken and bcryptjs and also creating middleware for token verification / implementing functions for token generation and validation. I will also define user roles to restrict access to specific endpoints. |
Id love to improve my skills on NestJs on this. |
Hi @fishonamos and @LouGel! Thanks for your interest in Carbonable and this issue. |
Thats fair @schwepps, since you have started a conversation on the issue with @LouGel. I commented on this issue to Upgrade the all repository from Cairo 2.2.0 to 2.6.0 with it's dependencies |
As carbonable
I want to add an auth module
In order to secure api access
[nodeJS/TypeScript]
Rules
The text was updated successfully, but these errors were encountered: