ory / fosite-example

Apache License 2.0
78 stars 34 forks source link

feat: adds support for Authorization Code (with OpenID) + PKCE. #28

Closed matthewhartstonge closed 4 years ago

matthewhartstonge commented 4 years ago

This PR moves the index/home page into the oauth2client package so that the PKCE code_verifier + code_challenge requirements were scoped into the one package, otherwise it got a bit messy injecting the code_verifier+code_challenge between main+oauth2client.

Overview:

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 0.0% when pulling 01fed55e162313c58102405735dc7b6481b38248 on matthewhartstonge:feature/add-support-for-authorization-code-openid-and-pkce into 6be55555b0268c60c2fc8afa1838a71a26e15fa8 on ory:master.

aeneasr commented 4 years ago

🎉