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

support token Credential and open up cstor #683

Closed
wants to merge 1 commit into from

Conversation

ross
Copy link

@ross ross commented Apr 12, 2014

allows providing oauth tokens, but does not solve the bigger issues of
refresh/signin

  • make Credential's constructor public so that arbitrary Authorization
    schemes are supported.
  • explicitly add static Credential.oauth method with bearer and token
    params

fixes #497

allows providing oauth tokens, but does not solve the bigger issues of
refresh/signin

- make Credential's constructor public so that arbitrary Authorization
  schemes are supported.
- explicitly add static Credential.oauth method with bearer and token
  params

fixes square#497
@ross ross closed this Apr 13, 2014
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

Successfully merging this pull request may close these issues.

Add support for other auth schemes in OkAuthenticator
1 participant