IdentityPython / oidc-op

An implementation of an OIDC Provider (OP)
Apache License 2.0
64 stars 26 forks source link

Don't create a new client session every time #114

Closed nsklikas closed 3 years ago

nsklikas commented 3 years ago

A new client session was created every time create_session was called, this resulted in losing the client subordinates.

Have you stumbled onto this or am I misusing create_session?

peppelinux commented 3 years ago

Completely agree, smarter than before, ok!

peppelinux commented 3 years ago

But, please, rebase to develop branch!

nsklikas commented 3 years ago

Ow , I didn't notice it was on master...