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

Fix oauth2_server not working with --no-check #33

Closed KyleJune closed 2 years ago

KyleJune commented 3 years ago

https://github.com/denoland/deno/issues/12799

This appears to be a bug in deno. I attempted to resolve the bug by changing how I export/import Scope but was unsuccessful. Watch the above issue on deno for either the issue getting fixed in deno or a possible way to resolve the issue in this module.

Until this issue is resolved, this module cannot be used with the --no-check flag.

KyleJune commented 2 years ago

This issue has been resolved on deno. See linked deno issue.