Closed patrickcarlohickman closed 5 months ago
This PR adds a NullAuthenticator class that allows a user to use the null object pattern, and provides a way to remove an authenticator that has already been set.
NullAuthenticator
This has been addressed in #402 and #385.
This PR only adds a new file, so it should not have any backwards compatibility issues.
Ah, thanks @patrickcarlohickman! I've been meaning to submit a similar PR for a few weeks now. Good stuff :)
This PR adds a
NullAuthenticator
class that allows a user to use the null object pattern, and provides a way to remove an authenticator that has already been set.This has been addressed in #402 and #385.
This PR only adds a new file, so it should not have any backwards compatibility issues.