Co-authored-by: David Sharnoff <dsharnoff@singlestore.com>
BREAKING CHANGE: - op.NewOpenIDProvider - op.NewDynamicOpenIDProvider The call chain of above functions did not use the context anywhere. This change removes the context from those fucntion arguments.
properly register SpaceDelimitedArray for all instances of schema.Encoder inside the oidc framework. Closes #295