-
Notifications
You must be signed in to change notification settings - Fork 259
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
Add Baseclass for ClientDatabase #478
Labels
Comments
tpazderka
added a commit
that referenced
this issue
Feb 2, 2018
2 tasks
tpazderka
added a commit
that referenced
this issue
Feb 2, 2018
tpazderka
added a commit
that referenced
this issue
Feb 2, 2018
tpazderka
added a commit
that referenced
this issue
Feb 5, 2018
tpazderka
added a commit
that referenced
this issue
Feb 5, 2018
andrewkrug
pushed a commit
to mozilla-iam/pyoidc
that referenced
this issue
Jun 6, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no BaseClass for implementation of custom client databases. We should create one that defines the basic expected API.
The class should probably reside in
oic.utils.cdb
and the basic API can be based onoic.utils.client_management.CDB
object which can then inherit from the new class.The basic expected API should be along these lines:
The
__init__
methods in providers can then warn if thecdb
argument doesn't inherit from the newBaseClientDatabase
.The text was updated successfully, but these errors were encountered: