Skip to content

Commit

Permalink
Release Version 11.4.0
Browse files Browse the repository at this point in the history
- Added additional parameter `startTime` and `endTime`  in LoginRadius manual SOTT generation method `get_sott()`.
- Enhancement in `README.md` file.
- Code optimization for better performance.
  • Loading branch information
indrasen715 committed Jun 1, 2022
1 parent 400eb0b commit efbc2f6
Show file tree
Hide file tree
Showing 7 changed files with 557 additions and 296 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# LoginRadius Python SDK Change Log


# Version 11.4.0

## Enhancements

- Added additional parameter `startTime` and `endTime` in LoginRadius manual SOTT generation method `get_sott()`.
- Enhancement in `README.md` file.
- Code optimization for better performance.


# Version 11.3.0
Expand Down
1 change: 1 addition & 0 deletions Demo/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
flask
requests
pbkdf2
urllib3
cryptography
Loading

0 comments on commit efbc2f6

Please sign in to comment.