Skip to content

Commit

Permalink
fix: GET /Clock should be in Non-privileged endpoints (fiatconnect#52)
Browse files Browse the repository at this point in the history
GET /Clock should be included in Non-privileged endpoints
  • Loading branch information
lisaqyli authored Jun 13, 2022
1 parent b593b03 commit 05be5cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fiatconnect-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ The first group of endpoints are those that *do not* require the user to have a
* `GET /quote/in`
* `GET /quote/out`
* `POST /auth/login`
* `GET /clock`

Since it may be a painful user experience to have a user log in to a provider just to get a quote, authentication is not required for these endpoints. Of course,
clients may still access these endpoints when logged in, but a logged-in session (or any session at all) is not required to access these endpoints. `POST /auth/login`
Expand Down

0 comments on commit 05be5cb

Please sign in to comment.