express-oauth-server icon indicating copy to clipboard operation
express-oauth-server copied to clipboard

Added the ability to continue without a token

Open KieronWiltshire opened this issue 7 years ago • 4 comments

Here at Concept Gaming, we're implementing GraphQL. The setup makes things difficult to work with as GraphQL only exposes data through the use of a single route, this requires us to explicitly check specific end points. I'd greatly appreciate it if this could be merged rather than having us to re-implement it in our application.

KieronWiltshire avatar Jul 06 '17 13:07 KieronWiltshire

@KieronWiltshire Have you confirmed your change is compliant with the OAuth 2 RFC? Please reference the sections of the RFC that apply to your change.

markstos avatar Jun 19 '18 18:06 markstos

@markstos it complies with the entire spec, it just allows you to catch the error and continue.

KieronWiltshire avatar Jul 24 '18 15:07 KieronWiltshire

@KieronWiltshire It would be helpful if you linked to the specific spec section that addresses continuing without a token.

markstos avatar Jul 24 '18 20:07 markstos

@markstos the spec doesn't specify, to be completely honest, this isn't something I need anymore, well not as of right now, so feel free to close this merge request.

KieronWiltshire avatar Jul 29 '18 22:07 KieronWiltshire