Evernode

Latest version: v1.7.0

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

Scan your dependencies

Page 4 of 5

1.1.2

**Highlights**
- Added Flask-Migrate

**Usage:**
go to app/app.py folder

flask db init
flask db migrate
flask db upgrade


**Notes:**
needs a fresh db to use migrations.

1.1.1

**Highlights**
- Tweaks to `evernode` command line tool.

**Bugs**
- Fixed Translator error-ing out in production if language key does not exist.

1.1.0

**Highlights**
- Performance enhancements
- Bug fixes
- Initial release of `evernode` console app
- More extensive docs, added link to readme.

**Breaks**
- Password resets.
- get_by_* on models replaced with where_*
- exclude_list on model replaced by json_exclude_list

**Bug Fixes**
- Response sending as double
- Fixed flask v1 error_handlers.

1.0.0

Production Release for evernode

* change-log coming.

0.2.7

Added new config settings.

"DATETIME": {
"DATE_FORMAT": "%Y-%m-%d",
"TIME_FORMAT": "%H:%M:%S",
"SEPARATOR": " "
},
"AUTH": {
"JWT_EXP": 1,
"FAST_SESSIONS": true,
}

sessions can now we only accepted by jwt token verification (no database inquiry - less secure)
JWT sessions now have user_id, and user_email in the token data.

0.2.5

- Fix for Auth class None on user fields empty

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.