-
-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds the ability to define how to store a user #1328
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1328 +/- ##
==========================================
- Coverage 97.56% 97.44% -0.12%
==========================================
Files 32 32
Lines 2132 2076 -56
==========================================
- Hits 2080 2023 -57
- Misses 52 53 +1 ☔ View full report in Codecov by Sentry. |
@1vank1n sorry for the delay in looking at this. It seems like a reasonable thing to have. Please rebase and do the checklist stuff:
|
for more information, see https://pre-commit.ci
c326d04
to
cc3620f
Compare
I've added it. If it needs anything, please let me know |
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this.
Description of the Change
Faced a problem that it is not possible now to specify the user's storage location in the validator. This functionality is now a separate public method that can be easily reused. If you agree with me, I will implement the rest of the checklist items (tests, docs, etc.).
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS