Dave Grijalva
dcda21cf2c
documentation update
2015-08-18 09:52:44 -07:00
Jamie Stackhouse
15b4825280
Add example to migration showing new usage of Parse(WithClaims)
2015-07-20 13:25:55 -03:00
Jamie Stackhouse
b00e282378
Update README with some migration information.
2015-07-20 13:20:18 -03:00
Dave Grijalva
919016a560
Add travis CI tag to README.md
2015-06-02 15:05:49 -07:00
Dave Grijalva
5ca80149b9
added reference to gopkg.in
2015-04-20 13:43:07 -07:00
Mustafa Altun
211399e41a
Fix variable name in parse and verify example
2015-04-10 15:31:30 +03:00
Dave Grijalva
c48cfd5d97
Updated README
...
... to discuss recently published vulnerability
2015-04-01 11:06:36 -07:00
thatderek
c5c16083c7
Updated token creation example to use the proper method.
...
Example broke with error `undefined: SigningMethodHS256`. Edited to use jwt.SigningMethodHS256
2015-01-25 01:25:58 -05:00
Alex Browne
bfe701fdf5
When possible, instead of identifying signing methods by string, pass
...
them in directly by name. This is less error-prone and avoids an unnecessary
map lookup. Also encourage this type of usage by using it in the README.
2014-12-27 14:14:23 -05:00
Dave Grijalva
e1571c8f04
Fixed issue #36 - out of date example code
2014-10-06 22:41:14 -07:00
Dave Grijalva
ed42077928
Added note about 2.0.0 change.
2014-08-26 18:22:44 -07:00
Dave Grijalva
82483208e1
removed 2.0 release notice from readme
2014-08-26 13:47:03 -07:00
Dave Grijalva
ef77e106a6
Update README.md
2014-08-11 13:13:46 -07:00
Dave Grijalva
15d25a9820
updated documentation for 1.0.0
2014-05-27 14:23:32 -07:00
Dave Grijalva
7bcfca65c7
mention new examples in README
2014-05-20 15:28:50 -07:00
Dave Grijalva
6517c923af
better readme
2014-05-16 15:40:33 -07:00
Bruno Bigras
6e1aef4b31
Fix typo: null -> nil in README
2014-04-09 17:26:16 -04:00
Dave Grijalva
c9e6fdb7e7
Merge pull request #11 from hermanjunge/patch-1
...
Update README.md
2014-03-12 11:11:08 -07:00
Herman Junge
717503fcf6
Update README.md
...
You cannot perform the not (`!`) operator on an `error`. It gives you `invalid operation: ! error`.
Tested in Go Playground: http://play.golang.org/p/jhlsHoS_gc
and locally on go1.2
2014-03-12 03:50:48 -04:00
Herman Junge
bd53e37c6d
Update README.md
...
`jwt.New()` only returns one parameter, `*Token`
2014-03-12 01:31:24 -04:00
Porjo
ba4268888e
gofmt README examples
...
Conflicts:
README.md
2014-03-07 15:35:21 -08:00
Dave Grijalva
955b8ff55f
Update README.md
2014-01-29 10:08:31 -08:00
Dave Grijalva
cbb3bae3aa
readme
2012-07-06 16:27:42 -07:00
Dave Grijalva
12351962ee
README
2012-07-06 16:19:13 -07:00
Dave Grijalva
de2a21a16b
Update README.md
2012-04-18 11:33:12 -07:00
Dave Grijalva
0dd5b32c62
initial commit
2012-04-17 15:38:51 -07:00