Henry
dea87c4cd8
jwt.ValidationError didn't not implement error
...
I tried to type assert the err from jwt.Parse() and got this
```
./main.go:135: impossible type assertion:
jwt.ValidationError does not implement error (Error method has pointer receiver)
```
this fixes it and makes the Errors field accessible.
2014-05-17 01:18:17 +02:00
Dave Grijalva
aeec1afe95
documentation
2014-03-09 12:26:36 -07:00
Dave Grijalva
a796f21fd5
switched error details to bitfield
2014-03-09 12:24:51 -07:00
Dave Grijalva
aa7f010b16
documentation fix
2014-03-07 14:46:27 -08:00
Dave Grijalva
1a8b763fae
updated parsing errors to provide more feedback
2014-03-07 14:43:11 -08:00
Cenk Alti
fa09d56388
check nbf claim
2014-02-11 22:31:34 -08:00
Dave Grijalva
8de1bb8a61
updated TimeFunc documentation
2014-02-10 17:27:59 -08:00
Cenk Alti
8e74e33063
make time function overrideable
2014-02-05 15:07:40 -08:00
Dave Grijalva
32c540957a
capture raw string when parsing a token
2012-10-02 19:13:21 -07:00
Dave Grijalva
51b517e77a
megabytes
2012-07-07 12:40:24 -07:00
Dave Grijalva
71677efc53
try to get the access_token from the request params as well as the header
2012-07-07 12:38:18 -07:00
Dave Grijalva
224f53452d
fixes
2012-07-07 12:12:49 -07:00
Dave Grijalva
0a26d2272f
gofmt
2012-07-06 17:02:20 -07:00
Dave Grijalva
e84b735fda
made Keyfunc a fixed type so it could be documented more easily
2012-07-06 16:16:34 -07:00
Dave Grijalva
2ed3fe8ded
documentation
2012-07-06 16:12:33 -07:00
Dave Grijalva
5119d0e151
signingn
2012-07-06 16:07:55 -07:00
Dave Grijalva
d736b8f860
added signing support to RS256 and HS256
2012-07-06 15:43:17 -07:00
Dave Grijalva
0008f0b730
gofmt
2012-04-18 12:59:37 -07:00
Dave Grijalva
c416da491f
parse token from http requests
2012-04-18 12:35:16 -07:00
Dave Grijalva
18108cfd38
base64 decoding fixins
2012-04-18 12:18:31 -07:00
Dave Grijalva
2827deb72f
some bad documentation
2012-04-17 23:25:22 -07:00
Dave Grijalva
97424f0088
it works
2012-04-17 22:50:26 -07:00
Dave Grijalva
8853e4547b
framework
2012-04-17 16:58:52 -07:00
Dave Grijalva
28479ff357
check exp time
2012-04-17 16:52:38 -07:00
Dave Grijalva
7a06ac11be
starting to work on it
2012-04-17 16:49:21 -07:00