We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have to provide an authentication workflow, and we opted to use OAuth. Our front-end login page is being developed at the vancouver cms repository.
We started to implement an oauth2-server model using a nestjs service. You can check this code here
I think the jwt service is already done, but we have to integrate it with the Arango CRUD Service and with the oauth workflow itself.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
We have to provide an authentication workflow, and we opted to use OAuth.
Our front-end login page is being developed at the vancouver cms repository.
We started to implement an oauth2-server model using a nestjs service.
You can check this code here
I think the jwt service is already done, but we have to integrate it with the Arango CRUD Service and with the oauth workflow itself.
The text was updated successfully, but these errors were encountered: