IdentityPython / pyop

OpenID Connect Provider (OP) library in Python.
Apache License 2.0
87 stars 33 forks source link

Fix missing space when joining scope #12

Closed s-hal closed 7 years ago

s-hal commented 7 years ago

When doing join on scope there was a space missing. The scopes was merged to a string without the space delimiter.

zamzterz commented 7 years ago

Looks great, thanks a lot!