-
Notifications
You must be signed in to change notification settings - Fork 142
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
✨ Clear previously set user context #840
✨ Clear previously set user context #840
Conversation
18a6922
to
7d93714
Compare
Codecov Report
@@ Coverage Diff @@
## main #840 +/- ##
==========================================
- Coverage 86.81% 86.67% -0.15%
==========================================
Files 82 82
Lines 3914 3916 +2
Branches 884 884
==========================================
- Hits 3398 3394 -4
- Misses 516 522 +6
Continue to review full report at Codecov.
|
7d93714
to
f14e1f6
Compare
f14e1f6
to
a565a3f
Compare
a565a3f
to
714b862
Compare
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.
Nice!
Motivation
Provide an API to clear a previously set user without having to clear all its attributes.
#774
Changes
Allows you to clear a previously set user with the API
removeUser()
Testing
Unit, manual
I have gone over the contributing documentation.