-
Notifications
You must be signed in to change notification settings - Fork 82
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
Core admin user-management api #22
Comments
@ivangsa this is the issue required from you. Thanks |
Starting on feature/security branch |
The goal is to have all security management api in order to login/logout from the angular ui app in the monolithic project with jwt authentication. You have to "rewrite" jhipster copied api in nestjs typescript from accounts.ts controller and users jwt controller. Finally include them in the generation and in the controller app.module section |
The development on feature/security branch of the simple app generated is finished. For the next days I will integrate it changes in the generator, updating the changelog and documentation. After, in this way, I will release the first version of the blueprint |
Core admin use-rmanagement api implementation for NestJS
The text was updated successfully, but these errors were encountered: