Skip to content

Commit

Permalink
Tag v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
floriannari committed Jul 8, 2024
1 parent b3e3bf5 commit f3ab62d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
Manager for the esup-otp-api. Allow users to edit theirs preferences and admins to administrate ;)

### Version
1.2
- validate TOTP and random_code(_mail) transport before activation
- update some dependencies (requires "npm install")
1.3 **Require "npm install"**
- support Webauthn (**require esup-otp-api v1.5.0**)
- update dependency versions
- fix some accessibility problems (**may break custom CSS**)
- allow international phone number (To authorize only certain numbers. Modify the [regex in the app.js file](https://github.com/EsupPortail/esup-otp-manager/blob/master/public/javascripts/app.js#L446) )

### Requirements
- [esup-otp-api](https://github.com/EsupPortail/esup-otp-api)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esup-otp-manager",
"version": "1.2.1",
"version": "1.3.0",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit f3ab62d

Please sign in to comment.