passport-otp-strategy
Version:
TOTP authentication strategy for Passport.
36 lines (19 loc) • 1.04 kB
Markdown
# v1.2.1 (Sat Jan 14 2023)
#### 🐛 Bug Fix
- update all contributors config [#7](https://github.com/ejhayes/passport-otp/pull/7) ([@ejhayes](https://github.com/ejhayes))
#### Authors: 1
- Eric Hayes ([@ejhayes](https://github.com/ejhayes))
---
# v1.1.0 (Sat Jan 14 2023)
:tada: This release contains work from a new contributor! :tada:
Thank you, Pieter Jordaan ([@Climax777](https://github.com/Climax777)), for all your work!
#### 🚀 Enhancement
- Misc updates [#3](https://github.com/ejhayes/passport-otp/pull/3) ([@ejhayes](https://github.com/ejhayes))
#### 🐛 Bug Fix
- Fix #1 Bug in codebase [#2](https://github.com/ejhayes/passport-otp/pull/2) ([@Climax777](https://github.com/Climax777))
#### ⚠️ Pushed to `master`
- use correct token to allow changes to released branch ([@ejhayes](https://github.com/ejhayes))
- update release workflow ([@ejhayes](https://github.com/ejhayes))
#### Authors: 2
- Eric Hayes ([@ejhayes](https://github.com/ejhayes))
- Pieter Jordaan ([@Climax777](https://github.com/Climax777))