Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabogit/nestjs-auth_jwt_2fa
https://github.com/fabogit/nestjs-auth_jwt_2fa
nestjs svelte
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabogit/nestjs-auth_jwt_2fa
- Owner: fabogit
- Created: 2023-08-22T16:18:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-14T23:05:19.000Z (8 months ago)
- Last Synced: 2024-03-15T20:57:46.731Z (8 months ago)
- Topics: nestjs, svelte
- Language: TypeScript
- Homepage:
- Size: 533 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# auth_JWT_2FA
JWT Auth flow
`nvm use`
## Server:
`cd nest-auth-server && npm i`
then run the server: `npm run start:dev`
run `mailhog` and open in the browser `[HTTP] Binding to address` url to test the reset password and mail delivery
to test server api use the postman collection and set `{{host}}` , `{{accessToken}}` variables
## Client:
`cd nest-auth-client && npm i`
`npm run dev -- --open`