Skip to content

Commit

Permalink
Merge pull request #37 from the-control-group/ethankent-patch-1
Browse files Browse the repository at this point in the history
Add faq
  • Loading branch information
mike-marcacci committed Jun 7, 2019
2 parents fc3bedb + 2f0d232 commit 63a97d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/http-proxy-resource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,3 +258,9 @@ This holds the source code for the proxy.
#### [/dist](dist/)

The compiled and bundled code ends up here for distribution. This is ignored by git.

## FAQ / Errata

_Why does my client continue to repeat the OAuth flow without resolving the request? Is this some sort of infinite redirect?_

Check to make sure your service is not issuing a 401 error. Clients will see this code and assume that the token needs to be refreshed. If you're using the proxy, you're probably going to want to let it handle the determination of whether a user is authenticated or not.

0 comments on commit 63a97d0

Please sign in to comment.