puiterwijk / flask-oidc

OpenID Connect support for Flask
BSD 2-Clause "Simplified" License
154 stars 217 forks source link

Allow dictionaries to define client_secrets #65

Closed stanleykylee closed 5 years ago

stanleykylee commented 5 years ago

This PR is to fix #64, please let me know if this is works for you @puiterwijk ?

puiterwijk commented 5 years ago

Sure, this works for me. Thanks!

flying-falcon commented 5 years ago

@puiterwijk @stanleykylee I'm unable to find it in the package from pypi https://pypi.org/project/flask-oidc/. Can you please check and fix it.

stanleykylee commented 5 years ago

@nnkteja , you won't see it in pypi because the version that is in pypi is 1.4.0 from commit 9cc725d in April 2018. The merge with my PR was in Nov 2018 was is after the 1.4.0 release. @puiterwijk will need to cut a new release to include the later commits for it to be in pypi. You can still just install this yourself locally by grabbing the latest code from this repo and using it as a local module.

flying-falcon commented 5 years ago

Thanks @stanleykylee, I want to use this on production server, so I will need a pip package. @puiterwijk can you please release a version with this change.