Dave Grijalva
2ef58916cc
return an error if the requested hash method hasn't been compiled in
2014-08-26 15:00:15 -07:00
Dave Grijalva
c9b532b51b
cleanup and documentation updates
2014-08-26 14:18:59 -07:00
Simon Jefford
23cb3af02c
pass keys as interface{} rather than []byte
...
This will allow clients to pass, for example, their own instances of
rsa.PublicKey if the key is not specified as some flavour of X509
cert. For example, Salesforce just specify the modulus and
exponent (https://login.salesforce.com/id/keys )
2014-08-26 14:14:17 -07:00
Dave Grijalva
a95c191bb4
documentation
2014-06-15 19:40:38 -07:00
Dave Grijalva
6174711902
updating documentation
2014-06-15 19:39:12 -07:00
Dave Grijalva
45070d60b9
Merge branch 'master' of github.com:cenkalti/jwt-go
2014-06-15 19:21:25 -07:00
Henry
679bf0f3c9
Fixes #22 - Padding issue in Go1.3 rc1
2014-06-03 16:15:11 +02:00
Cenk Alti
9360809320
indent error flow
...
https://code.google.com/p/go-wiki/wiki/CodeReviewComments#Indent_Error_Flow
2014-06-02 11:28:16 +03:00
Kjetil Mehl
83c2b30a8b
Update jwt.go
...
Hi! I'm using Go 1.0.2 and encountered "src/github.com/dgrijalva/jwt-go/jwt.go:87: function ends without a return statement". This commit returns explicit at the end of the function.
2014-05-22 20:27:05 +02:00
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