Sign in
edge
/
third_party
/
SermoDigital
/
jose
/
HEAD
2bd9b81
slight readme clarification
by Eric Lagergren
· 9 years ago
master
f6df55f
Merge branch 'master' of github.com:sermodigital/jose
by Eric Lagergren
· 9 years ago
1.1
29ee73f
Merge pull request #28 from zgiber/fix-iat-validation
by Eric Lagergren
· 9 years ago
472ccf5
Merge pull request #28 from zgiber/fix-iat-validation
by Eric Lagergren
· 9 years ago
8c6758c
Use Time.Equal() instead simple comparison.
by Zoltan Giber
· 9 years ago
151df32
Update jwt.go
by Zoltan Giber
· 9 years ago
3c5a27d
use GetTime when validating "iat" claim
by Zoltan Giber
· 9 years ago
b10f12c
Merge pull request #27 from tw1nk/separate-header-form-parsing
by Eric Lagergren
· 9 years ago
fc9e648
jws: Separate header and form parsing
by Calle Gustafsson
· 9 years ago
5d7fcbc
Merge branch 'master' of github.com:SermoDigital/jose
by Eric Lagergren
· 9 years ago
389fea3
Add Now function which returns UTC instead of local time.
by Eric Lagergren
· 9 years ago
v1
fa74c9f
Merge pull request #25 from ifraixedes/test-from-header
by Eric Lagergren
· 9 years ago
f830bc2
Add test for jws.fromHeader function
by Ivan Fraixedes
· 9 years ago
fda8c72
Merge pull request #24 from ifraixedes/fix-equality
by Eric Lagergren
· 9 years ago
ad656f1
Fix method equality to be able to validate a JWT
by Ivan Fraixedes
· 9 years ago
2a2a700
Merge pull request #20 from SermoDigital/v1
by Eric Lagergren
· 9 years ago
v1.0
5e08177
crypto: change ErrNotRSAPrivateKey to ErrNotRSAPublicKey
by Eric Lagergren
· 9 years ago
ce5c47d
jws: minor stylistic changes and dead code removal
by Eric Lagergren
· 9 years ago
2d886f6
jwt: Fix Audience validation to match spec more closely
by Eric Lagergren
· 9 years ago
413cd93
Merge branch 'magiconair-use-time' into v1
by Eric Lagergren
· 9 years ago
9c4886f
Merge branch 'use-time' of https://github.com/magiconair/jose into magiconair-use-time
by Eric Lagergren
· 9 years ago
9c9372d
Merge branch 'yageek-develop' into v1
by Eric Lagergren
· 9 years ago
da9f678
Merge branch 'develop' of https://github.com/yageek/jose into yageek-develop
by Eric Lagergren
· 9 years ago
5a26889
Merge branch 'magiconair-master'
by Eric Lagergren
· 9 years ago
8fc95da
Use time.Time and time.Duration for time fields
by Frank Schroeder
· 9 years ago
b925abb
Add more precise validation function test
by Yannick Heinrich
· 9 years ago
98ed501
Fix Claims.Validate
by Frank Schroeder
· 9 years ago
1ada734
Merge branch 'eliquious-fix-multiple-audience-bug'
by Eric Lagergren
· 10 years ago
0b9113d
Fix bug with multiple audience values
by Max Franks
· 10 years ago
6ea9718
Merge pull request #11 from TheHippo/patch-1
by Eric Lagergren
· 10 years ago
f378970
Provide Godoc.org link on top of Readme
by Philipp Klose
· 10 years ago
4f3649f
build should not fail now that golint is added
by Eric Lagergren
· 10 years ago
533fef0
added badge
by Eric Lagergren
· 10 years ago
b991305
it's _test.sh not _test.bash
by Eric Lagergren
· 10 years ago
067bc00
added .travis.yml
by Eric Lagergren
· 10 years ago
784234f
Merge pull request #10 from supershabam/master
by Eric Lagergren
· 10 years ago
e2ac3fa
bugfix: ParseCompact should pass along unmarshaller
by Ian Hansen
· 10 years ago
251566d
Merge pull request #8 from kmulvey/correct-jwe-link
by Eric Lagergren
· 10 years ago
ea742c0
correct link
by Kevin Mulvey
· 10 years ago
a9a1ba4
Merge branch 'master' of github.com:SermoDigital/jose
by Eric Lagergren
· 10 years ago
9832dc8
Fix for #7
by Eric Lagergren
· 10 years ago
e33ecf2
Merge pull request #6 from NDrive/master
by Eric Lagergren
· 10 years ago
9e65016
Fixes Audience validation
by André Freitas
· 10 years ago
e00cac2
Merge pull request #3 from tooooolong/patch-1
by Eric Lagergren
· 10 years ago
2016fd6
fromHeader should return strings behind "BEARER"
by tooooolong
· 10 years ago
6c0a342
write -> sum
by Eric Lagergren
· 10 years ago
89cd886
slight readme updates
by Eric Lagergren
· 10 years ago
1ede147
jws: added parsing from http requests
by Eric Lagergren
· 10 years ago
c11df4a
jwt: claims.go/jwt.go - added proper range checking
by Eric Lagergren
· 10 years ago
608d3ba
*: int64 -> float64
by Eric Lagergren
· 10 years ago
10fe45e
jws: jwt.go - added "typ":"JWT" to protected header.
by Eric Lagergren
· 10 years ago
c5fe66b
see previous commits
by Eric Lagergren
· 10 years ago
7813115
jwt: claims.go - len(a) == 0 should return nil, false
by Eric Lagergren
· 10 years ago
8d704d9
jwt: claims.go - added case for interface{}
by Eric Lagergren
· 10 years ago
284df88
jwt: claims.go - return stringify(...) instead of adding branch
by Eric Lagergren
· 10 years ago
c9c45de
jwt: claims.go - added stringify which converts []interface{} ->
by Eric Lagergren
· 10 years ago
812bbc0
jwt: errors.New("TODO x") -> actual errors
by Eric Lagergren
· 10 years ago
10a947a
tests: added better testing coverage jws: added copycat claims
by Eric Lagergren
· 10 years ago
3e0144a
jws + jwt: converted JWS -> interfce{} and cleaned up JWS and JWT interfaces.
by Eric Lagergren
· 10 years ago
6152483
jws/jwt/crypto...doc.go: added correct package names
by Eric Lagergren
· 10 years ago
v0.9.1
6686625
Readme: Added basic information. docs...: added godoc information to jws/jwt
by Eric Lagergren
· 10 years ago
v0.9
f0a9071
jwt: more testing, works now. jws: added some accessor methods
by Eric Lagergren
· 10 years ago
a38afe9
jwt: began basic JWT. crypto: moved SigningMethod into crypto
by Eric Lagergren
· 10 years ago
d9826a9
jws: added JWS validation and Parsing + tests
by Eric Lagergren
· 10 years ago
0ed85e3
init
by Eric Lagergren
· 10 years ago
66d4440
Initial commit
by Eric Lagergren
· 10 years ago