ory / fosite-example

Apache License 2.0
78 stars 34 forks source link

feat: Updating token endpoint scope granting #30

Closed mitar closed 3 years ago

mitar commented 4 years ago

I think this is better example. First, Exact is deprecated.

Second, it is not necessary to check scopes once again, because all requested scopes are already checked.

aeneasr commented 4 years ago

CI is failing: https://travis-ci.org/github/ory/fosite-example/builds/717395328

mitar commented 4 years ago

Fixed.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 0.0% when pulling 2577cbdac87d083c24060e61e8bb4847c34756d8 on mitar:patch-2 into d185551a7f41585d22a7c17bc54c38dcf0a52159 on ory:master.

mitar commented 4 years ago

BTW, there are not really any tests in CI here. I think some e2e tests here would be useful.