You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Right now, permissions are checked every time through explicit if insertion and custom context building. This makes the code overloaded and creates redundant code duplication.
We should try to move these functions to decorators, as for example it is done in the database module to get credentials from vault.
…ixes (#123)
## v3.3.0 - 2024-12-21
### What's Changed
**Full Changelog**: v3.2.0...v3.3.0 by @obervinov in #123
#### 🐛 Bug Fixes
* small code formatting improvements
#### 🚀 Features
* add new table `accounts` to the database for storing account public data
* add the feature to retrieve the entire list of account posts and add it to the queue
* #117
Is your feature request related to a problem? Please describe.
Right now, permissions are checked every time through explicit if insertion and custom context building. This makes the code overloaded and creates redundant code duplication.
We should try to move these functions to decorators, as for example it is done in the database module to get credentials from vault.
Describe the solution you'd like
obervinov/users-package#52
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: