Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuanyu90221/passwordless
https://github.com/yuanyu90221/passwordless
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuanyu90221/passwordless
- Owner: yuanyu90221
- Created: 2023-02-28T18:09:10.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T18:09:40.000Z (almost 2 years ago)
- Last Synced: 2024-04-21T14:00:55.674Z (9 months ago)
- Language: TypeScript
- Size: 105 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# passwordless
This is project demo how to use passwordless method to do authentication
## prerequest
```shell
yarn add passport @nestjs/passport passport-magic-login passport-jwt @nestjs/jwt class-validator class-transformer
```