udibo / oauth2_server

A standards compliant implementation of an OAuth 2.0 authorization server with PKCE support.
MIT License
21 stars 4 forks source link

Add test coverage for acceptedScope #10

Closed KyleJune closed 3 years ago

KyleJune commented 3 years ago

Resolves https://github.com/udibo/oauth2_server/issues/1

I removed the check for whether or not tokenService is available because it is required for all grants. I added test coverage in all the places specified in the issue linked above. I forgot to bump dependency versions in my last release, so I included that with this for the next release.