Skip to content

Commit

Permalink
Start of adding persistence layer.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohe committed Nov 29, 2023
1 parent 61ccb6d commit e8ab2f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/idpyoidc/server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def __init__(
):
self.entity_id = entity_id or conf.get("entity_id")
self.issuer = conf.get("issuer", self.entity_id)
self.persistence = None

if upstream_get is None:
if key_conf is None:
Expand Down

0 comments on commit e8ab2f9

Please sign in to comment.