GitXplorerGitXplorer
h

authtoken

public
10 stars
5 forks
0 issues

Commits

List of commits on branch master.
Unverified
ef4b3666db99c3fadc0c6d81caa8747bdf1c6cf2

Update intro

hharlow committed 9 years ago
Unverified
b006141def1870b4845ce9365a72b73d26222ce3

Add tests for Base64 and Bearer tokens

hharlow committed 9 years ago
Unverified
a66313f058eebe8ca5b92ea779c7bbafd6c08feb

Update README.md

hharlow committed 9 years ago
Unverified
ce6750508964b1474e6d803fa94c580d4e3b2a0b

Update return values from Header Get

hharlow committed 9 years ago
Unverified
4761c0871bd83da77e91133a7957fea3e684d383

Removed unused context library

hharlow committed 9 years ago
Unverified
b9c33532be0e0d953888f483bcc8e85588db3f2e

Update README.md

hharlow committed 9 years ago

README

The README file for this repository.

authtoken

Extract the token from request Authorization headers.

// get token from Authorization header from *http.Request
authToken, err := authtoken.FromRequest(req)