-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove dependency on useAuth API config option for endpoint authentication #49
Milestone
Comments
Closed
kahmali
added a commit
that referenced
this issue
Jun 29, 2015
- Remove dependency on `useAuth` API config option for endpoint authentication (#49) - Rename API config option `useAuth` to `useDefaultAuth` to better reflect it's purpose, which is to generate the default auth endpoints - `useAuth` will still work, for backwards-compatibility - Return a 401 error when auth info is not provided in endpoint requiring default auth (#91)
kahmali
added a commit
that referenced
this issue
Jun 29, 2015
- Remove dependency on `useAuth` API config option for endpoint authentication (#49) - Rename API config option `useAuth` to `useDefaultAuth` to better reflect it's purpose, which is to generate the default auth endpoints - `useAuth` will still work, for backwards-compatibility - Return a 401 error when auth info is not provided in endpoint requiring default auth (#91)
Resolved in 5bf092b |
kahmali
added a commit
that referenced
this issue
Jul 2, 2015
- Remove dependency on `useAuth` API config option for endpoint authentication (#49) - Rename API config option `useAuth` to `useDefaultAuth` to better reflect it's purpose, which is to generate the default auth endpoints - `useAuth` will still work, for backwards-compatibility - Return a 401 error when auth info is not provided in endpoint requiring default auth (#91)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
useAuth
for endpoint authuseAuthEndpoints
to reflect it's actual purpose, which is to generate the default auth endpointsuseAuth
around for backwards-compatibilityThe text was updated successfully, but these errors were encountered: