elliotpeele / pyramid_oauth2_provider

An Oauth2 provider built on pyramid
MIT License
31 stars 16 forks source link

Added Redirect URI and AuthCode models for authcode/implicit workflows. #5

Closed ramsay closed 11 years ago

ramsay commented 11 years ago

Just the models for the Authorization endpoint flows.

elliotpeele commented 11 years ago

Please submit this as a full feature with views and tests. Also, your isRevoked method is broken. I know you copied mine, which was broken. Mine is fixed now, take a look.

Closing, waiting for combined patch with tests.

ramsay commented 11 years ago

I've got models/view/tests completed for the authorization portion of the authcode workflow (in my authcode-workflow branch). Do you want me to complete the authcode/token exchange or the implicit authorization before I submit another pull request?