Dave Grijalva
5fbf45924d
errors only have an exposed Inner property if the error was generated by another library
2016-06-15 16:42:50 -07:00
Dave Grijalva
6fd0370e43
Merge branch 'master' of https://github.com/martinlindhe/jwt-go into patch_109
2016-06-07 10:34:06 -07:00
Dave Grijalva
317b82a681
Merge remote-tracking branch 'origin/master' into release_3_0_0
2016-06-06 18:20:35 -07:00
Dave Grijalva
9249eabf87
expose inner error within ValidationError
2016-04-12 17:31:30 -07:00
Dave Grijalva
070a4bdd00
moved request related error int request subpackage
2016-04-08 13:58:29 -07:00
Emanoel Xavier
517905c5bd
Adding inner error in the ValidationError type
2015-12-31 07:48:39 -08:00
Martin Lindhe
f7288992d2
split ErrInvalidKey into ErrInvalidType and ErrInvalidKey
2015-12-29 22:51:54 +01:00
Jamie Stackhouse
3eddded2f3
Adding additional bits to mask for various validation errors.
2015-07-17 16:40:52 -03:00
Jamie Stackhouse
44718f8a89
Structured Claims object!
...
Only verify claim if it isn't a default value.
The alternative here would be to use pointers in the Claims structure then we
would know which were nil, or if they were explicitly set to zero in the
claim section
Updated MapClaim implementation to check for existance of keys before
using them.
If they don't exists, validation functions simply return true.
2015-07-17 15:13:59 -03:00
Jamie Stackhouse
fa9a0b8c45
Add validation error bit for generic validation error.
2015-07-14 14:31:32 -03:00
Dave Grijalva
3dd0a21a31
move error types and constants out to separate file
2015-04-09 13:20:10 -07:00