Evernode

Latest version: v1.7.0

Safety actively analyzes 630523 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

1.2.2

**Highlights**
- uuid on password reset model for nicer looking reset email string.
- added uuid generator on Security (generate_uuid(multipler=1)) multipler is how unique the uuid is.

1.2.1

**Bug fixes**
- encrypted passwords and tokens can become quite large.

1.2.0

**Highlights**
- Stability improvements
- Memory leak fixes
- Password reset security enhanced
- Password reset time limits
- JWT restructured

**Minor Breaks**
- JWT create_token only creates a JWT token without a refresh token. Param renamed to token_valid_for(seconds)
- JWT added method create_token_with_refresh_token , param is refresh_token_valid_for(seconds)
- config JWT restructured to:

"JWT": {
"TOKENS": {
"VALID_FOR": 7200
},
"REFRESH_TOKENS": {
"ENABLED": true,
"VALID_FOR": 86400
}
},

1.1.5

**Highlights**
- Added Paginate class to handle Pagination

**Minor Breaks**
- 1.1.4 pagination(base_model) -> 1.1.5 Pagination class

1.1.4

**Highlights**
- Refresh Tokens for JWT
- Performance updates
- Easy Paginate for base_models
- Updates to evernode command line app

**Minor Breaks**
JWT().verify_token() -> JWT().verify_http_authorization_token()

**Other**
- Bug fixes

1.1.3

**Highlights**
- Better docs
- Added on update and created mysql statements to models.
- Added mock module support to `evernode` command line tool

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.