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

Fix #73: Parse token from Authorization header #75

Merged
merged 3 commits into from
May 2, 2016
Merged

Commits on Mar 7, 2016

  1. Fix #73: Parse token from Authorization header

    Start by trying to get the token from the header, fall back to the `GET` param.
    
    Expected format: `Authorization: WATCHMAN-TOKEN Token="ABC123"`
    mwarkentin committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    550a19a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2016

  1. Add tests

    mwarkentin committed May 2, 2016
    Configuration menu
    Copy the full SHA
    fb35a7b View commit details
    Browse the repository at this point in the history
  2. Update docs

    mwarkentin committed May 2, 2016
    Configuration menu
    Copy the full SHA
    323549a View commit details
    Browse the repository at this point in the history