Skip to content
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

Closed
4 tasks done
kahmali opened this issue May 2, 2015 · 1 comment
Closed
4 tasks done
Milestone

Comments

@kahmali
Copy link
Owner

kahmali commented May 2, 2015

  • Remove dependency on useAuth for endpoint auth
  • Change option name to useAuthEndpoints to reflect it's actual purpose, which is to generate the default auth endpoints
  • Keep useAuth around for backwards-compatibility
  • Update README!
@kahmali kahmali added this to the v0.7.0 milestone May 2, 2015
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)
@kahmali
Copy link
Owner Author

kahmali commented Jun 29, 2015

Resolved in 5bf092b

@kahmali kahmali closed this as completed Jun 29, 2015
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant