issues
search
NeoSOFT-Technologies
/
rest-node-nestjs
With this skeleton, we can easily start a server application using Node.js, Nest JS and TypeScript.
https://neosoft-technologies.github.io/rest-node-nestjs/
Apache License 2.0
54
stars
36
forks
source link
Added swagger authentication
#308
Closed
PrajwalKarale08
closed
2 years ago
PrajwalKarale08
commented
2 years ago
Highlights of the PR:
Added authentication module.
Added details in swagger UI.
Added JWT authentication for Swagger.
Added basic passport strategy for decoding the JWT token in the header.
Highlights of the PR: