Commit Graph

  • 2e53eb673c dropped go v1.2.2 from travis ci config. it's missing some of the things required Dave Grijalva 2015-06-02 15:39:46 -0700
  • 2c5741b3e7 Merge branch 'dg/travisci' of github.com:dgrijalva/jwt-go into dg/travisci Dave Grijalva 2015-06-02 15:31:19 -0700
  • fa34eafcec .travis.yml (not json) Dave Grijalva 2015-06-02 15:31:04 -0700
  • 919016a560 Add travis CI tag to README.md Dave Grijalva 2015-06-02 15:05:49 -0700
  • ceceae9e6c added travis ci file Dave Grijalva 2015-06-02 15:02:28 -0700
  • 5ca80149b9 added reference to gopkg.in Dave Grijalva 2015-04-20 13:43:07 -0700
  • 38ff32c7bf Merge pull request #60 from glkz/master Dave Grijalva 2015-04-17 14:20:58 -0700
  • e430b188c0 use pre-parsed rsa key for rsa benchmark and make sure signing actually succeeds Dave Grijalva 2015-04-11 14:04:22 -0700
  • c0c67af490 cleaned up benchmarks Dave Grijalva 2015-04-11 13:53:09 -0700
  • 901c439dfe added benchmark for hmac signing Dave Grijalva 2015-04-11 13:31:06 -0700
  • 211399e41a Fix variable name in parse and verify example Mustafa Altun 2015-04-10 15:31:30 +0300
  • 3dd0a21a31 move error types and constants out to separate file Dave Grijalva 2015-04-09 13:20:10 -0700
  • c48cfd5d97 Updated README Dave Grijalva 2015-04-01 11:06:36 -0700
  • 61124b62ad Merge pull request #54 from thatderek/patch-1 Dave Grijalva 2015-01-26 13:04:01 -0800
  • c5c16083c7 Updated token creation example to use the proper method. thatderek 2015-01-25 01:25:58 -0500
  • a3e2f13bb7 added documentation for HMAC Sign method Dave Grijalva 2015-01-13 21:33:50 -0800
  • fb5e9d4418 updated ExampleNew with correct key type Dave Grijalva 2015-01-13 21:31:08 -0800
  • 7c18dce7b8 Merge branch 'master' of github.com:dgrijalva/jwt-go Dave Grijalva 2015-01-07 09:54:51 -0800
  • 7597fd422d added a test condition Dave Grijalva 2015-01-07 09:52:08 -0800
  • 7b97402710 Merge pull request #47 from kofalt/master Dave Grijalva 2014-12-28 17:36:52 -0800
  • 9a3c6fd1e3 Fix timing side-channel attack in hmac comparison Nathaniel Kofalt 2014-12-28 19:31:54 -0600
  • d9679c1420 added some examples of unpacking errors from the bitfield Dave Grijalva 2014-12-28 12:44:46 -0800
  • db4251f9dd added examples Dave Grijalva 2014-12-28 12:24:54 -0800
  • 6a9bcca4b5 moved tests into jwt_test package for better clarity Dave Grijalva 2014-12-28 12:24:41 -0800
  • 93e34196bb Merge pull request #46 from albrow/use-signing-methods-directly Dave Grijalva 2014-12-28 11:53:36 -0800
  • 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. Alex Browne 2014-12-27 14:14:23 -0500
  • 47b263f020 Merge pull request #38 from BugHerd/var-errors Dave Grijalva 2014-11-03 13:11:22 -0800
  • 1663b3c6c2 Move errors to variables so they can be matched against Alan Harper 2014-10-20 16:09:02 +1100
  • 8c45ba33b0 version notes for 2.2.0 v2.2.0 Dave Grijalva 2014-10-11 13:58:31 -0700
  • 4beb9b5850 gracefully handle a nil keyfunc passed to Parse. (and more tests) Dave Grijalva 2014-10-11 13:54:16 -0700
  • e1571c8f04 Fixed issue #36 - out of date example code Dave Grijalva 2014-10-06 22:41:14 -0700
  • d82ad649e4 version 2.1.0 v2.1.0 Dave Grijalva 2014-09-30 12:21:30 -0700
  • e82659ca5b Updated to accept interface{} as supported by underlying Verify methods. Needed to support precompiled public keys. TommyO 2014-09-29 14:00:25 -0400
  • c0da491622 Merge pull request #32 from porjo/porjo Dave Grijalva 2014-09-15 11:11:21 -0700
  • 0c21a058ab Lowercase error messages Ian Bishop 2014-09-08 11:42:58 +1000
  • ed42077928 Added note about 2.0.0 change. Dave Grijalva 2014-08-26 18:22:44 -0700
  • 35c43501ff documentation v2.0.0 Dave Grijalva 2014-08-26 15:30:37 -0700
  • 2ef58916cc return an error if the requested hash method hasn't been compiled in Dave Grijalva 2014-08-26 15:00:15 -0700
  • 48aa7e5db1 documentation Dave Grijalva 2014-08-26 14:41:32 -0700
  • bcec7fbe47 documentation fix Dave Grijalva 2014-08-26 14:25:13 -0700
  • 652b4be28c make helper methods more specific Dave Grijalva 2014-08-26 14:24:20 -0700
  • 1363e28b6a expose RSA key PEM parsing funcs Simon Jefford 2014-08-07 09:00:06 +0100
  • 33523225e1 can now pass a PublicKey to SigningMethodRSA.Verify Simon Jefford 2014-08-07 08:45:21 +0100
  • dc2f34cdb1 can now pass a PrivateKey to SigningMethodRSA.Sign Simon Jefford 2014-08-06 11:13:23 +0100
  • c9b532b51b cleanup and documentation updates Dave Grijalva 2014-08-26 14:18:59 -0700
  • 23cb3af02c pass keys as interface{} rather than []byte Simon Jefford 2014-08-04 19:26:53 +0100
  • 0ed08007c3 working on version history Dave Grijalva 2014-08-26 14:12:21 -0700
  • 94aeb012a4 version changes from PR #28 Dave Grijalva 2014-08-26 13:58:07 -0700
  • aeaaac5773 Merge branch 'master' into two_point_oh Dave Grijalva 2014-08-26 13:52:35 -0700
  • 0987fb8fd4 v1.0.2 v1.0.2 Dave Grijalva 2014-08-26 13:51:41 -0700
  • 82483208e1 removed 2.0 release notice from readme Dave Grijalva 2014-08-26 13:47:03 -0700
  • 358ed97e4b Merge branch 'wider' into two_point_oh Dave Grijalva 2014-08-26 13:45:08 -0700
  • ef77e106a6 Update README.md Dave Grijalva 2014-08-11 13:13:46 -0700
  • 1482919d15 unit tests for parsePublicKey Dave Grijalva 2014-07-05 15:58:07 -0700
  • 372e731f4c Merge branch 'master' into wider Dave Grijalva 2014-07-05 15:51:12 -0700
  • 37329b525d cleaned up RS256 implementation. no functional changes Dave Grijalva 2014-07-05 15:50:46 -0700
  • 629af62465 Added support for RS384 and RS512 signing methods Renamed type SigningMethodRS256 to SigningMethodRSA Added contstants SigningMethodRS256, SigningMethodRS384, and SigningMethodRS512 to support each of these methods Added simple tests to support these new methods Dave Grijalva 2014-07-05 15:34:31 -0700
  • 97430c0b8b cleaned up and flattened RS256 implementation Dave Grijalva 2014-07-05 15:25:29 -0700
  • 5aed334e04 Added support for HS384 and HS512 signing methods Renamed type SigningMethodHS256 to SigningMethodHMAC Added contstants SigningMethodHS256, SigningMethodHS384, and SigningMethodHS512 to support each of these methods Added simple tests to support these new methods Dave Grijalva 2014-07-05 15:08:42 -0700
  • fbcb3e4b63 version history v1.0.1 Dave Grijalva 2014-07-05 13:05:22 -0700
  • f7a9d2e66e documentation about key requirements Dave Grijalva 2014-06-28 11:31:26 -0700
  • bf910acaf8 fixed: SigningMethodRS256.Sign would panic if the provided key was not PEM encoded Dave Grijalva 2014-06-28 11:29:32 -0700
  • e5f9e9c647 Merge pull request #19 from dgrijalva/semver v1.0.0 Dave Grijalva 2014-06-15 19:41:49 -0700
  • a95c191bb4 documentation Dave Grijalva 2014-06-15 19:40:38 -0700
  • 6174711902 updating documentation Dave Grijalva 2014-06-15 19:39:12 -0700
  • 2c907dbb70 comments Dave Grijalva 2014-06-15 19:32:57 -0700
  • 8800a8c28c package doc Dave Grijalva 2014-06-15 19:29:09 -0700
  • 45070d60b9 Merge branch 'master' of github.com:cenkalti/jwt-go Dave Grijalva 2014-06-15 19:21:25 -0700
  • b1c2dab94c Merge branch 'fixBase64PaddingInGo13rc1' of github.com:cryptix/jwt-go Dave Grijalva 2014-06-15 19:19:06 -0700
  • cdfe06219b use ioutil.ReadFile for reading test keys Henry 2014-06-03 16:21:48 +0200
  • 679bf0f3c9 Fixes #22 - Padding issue in Go1.3 rc1 Henry 2014-06-03 16:15:11 +0200
  • 9360809320 indent error flow Cenk Alti 2014-06-02 11:28:16 +0300
  • 15d25a9820 updated documentation for 1.0.0 Dave Grijalva 2014-05-27 14:23:32 -0700
  • fecd9ab279 Merge pull request #18 from aspic/patch-1 Dave Grijalva 2014-05-22 12:02:40 -0700
  • cdec324455 Merge pull request #17 from cryptix/prettierPretty Dave Grijalva 2014-05-22 11:54:38 -0700
  • 83c2b30a8b Update jwt.go Kjetil Mehl 2014-05-22 20:27:05 +0200
  • c2458a49b5 change pretty to compact Henry 2014-05-21 16:27:23 +0200
  • 7bcfca65c7 mention new examples in README Dave Grijalva 2014-05-20 15:28:50 -0700
  • 083094c47d Merge pull request #14 from dgrijalva/dg/better_readme Dave Grijalva 2014-05-20 15:23:53 -0700
  • 8d78d69a0e Merge pull request #16 from dgrijalva/example_app Dave Grijalva 2014-05-20 15:23:41 -0700
  • 11c8f1f10b clean up todos Dave Grijalva 2014-05-20 14:54:44 -0700
  • 6b310a4cc2 fixed whitespace issue when reading tokens from stdin Dave Grijalva 2014-05-19 22:38:15 -0700
  • 8724cca5ea debug flag Dave Grijalva 2014-05-19 22:19:42 -0700
  • e066f61666 yet more documentation Dave Grijalva 2014-05-19 20:25:30 -0700
  • a94bf1842f improved documentation Dave Grijalva 2014-05-19 20:20:38 -0700
  • a77d4cd5f2 a useful example app Dave Grijalva 2014-05-19 20:13:39 -0700
  • ad761c1872 Merge pull request #15 from cryptix/patch-1 Dave Grijalva 2014-05-16 17:01:03 -0700
  • dea87c4cd8 jwt.ValidationError didn't not implement error Henry 2014-05-17 01:18:17 +0200
  • 6517c923af better readme Dave Grijalva 2014-05-16 15:40:33 -0700
  • 71c6a65cfe Merge pull request #13 from brunoqc/patch-1 Dave Grijalva 2014-04-09 14:57:02 -0700
  • 6e1aef4b31 Fix typo: null -> nil in README Bruno Bigras 2014-04-09 17:26:16 -0400
  • c9e6fdb7e7 Merge pull request #11 from hermanjunge/patch-1 Dave Grijalva 2014-03-12 11:11:08 -0700
  • 54a180ee40 Merge pull request #12 from hermanjunge/patch-2 Dave Grijalva 2014-03-12 11:10:35 -0700
  • 717503fcf6 Update README.md Herman Junge 2014-03-12 03:50:48 -0400
  • bd53e37c6d Update README.md Herman Junge 2014-03-12 01:31:24 -0400
  • bdb2a327a9 Merge pull request #10 from dgrijalva/detailed_error Dave Grijalva 2014-03-09 12:27:51 -0700
  • aeec1afe95 documentation Dave Grijalva 2014-03-09 12:26:36 -0700
  • a796f21fd5 switched error details to bitfield Dave Grijalva 2014-03-09 12:24:51 -0700
  • ba4268888e gofmt README examples Porjo 2014-02-21 08:39:45 +1000
  • aa7f010b16 documentation fix Dave Grijalva 2014-03-07 14:46:27 -0800