Closed awatson1978 closed 8 years ago
Good news - it's an easy fix on examples/resourceServer/client/index.html#L27
resourceServerClient
should be clientApplication
, like so:
<a href="/?client_id=clientApplication&redirect_uri=http://localhost:3200/_oauth/MeteorOAuth2Server&response_type=code">Simulate proper link.</a>
Will add to PR #10
Fixed in PR #10
Okay, just walked through the entire flow, and got an error on Step 4. Backed out of my feature branch, got it again. Pulled directly from
prime-8-consulting/meteor-oath2
and it's there as well.Seems to have been introduced after PR #9. Holding off on PR #10 until we can get this resolved.