https://github.com/aldy505/2fa-auth-sample
Sample code repository for 2 factor auth like Medium or Notion (multiple languages!)
https://github.com/aldy505/2fa-auth-sample
2fa 2fa-security authentication golang nodejs typescript
Last synced: about 2 months ago
JSON representation
Sample code repository for 2 factor auth like Medium or Notion (multiple languages!)
- Host: GitHub
- URL: https://github.com/aldy505/2fa-auth-sample
- Owner: aldy505
- License: mit
- Created: 2021-03-28T17:07:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T10:53:35.000Z (almost 4 years ago)
- Last Synced: 2025-02-07T10:49:20.121Z (3 months ago)
- Topics: 2fa, 2fa-security, authentication, golang, nodejs, typescript
- Language: Go
- Homepage:
- Size: 265 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample 2-Factor Authentication App
* Written in many languages (hopefully)
* Easy to implement
* Documentation on the source code## Usage & Develop
1. Install the required dependencies based on any package manager that you like according to the language.
2. Run the appFor all of the Node JS app (Express, Nuxt, Typescript), run `yarn dev` or `npm run dev`.
## Contributing
Want to add your code on other framework? Or even better, other language? Yes please! Put an issue first so we will know that you are working on it. File a PR when you're done. Thank you!
## License
MIT