robbert229 / jwt

This is an implementation of JWT in golang!
MIT License
105 stars 27 forks source link

Implement AUD check #4

Open robbert229 opened 8 years ago

robbert229 commented 8 years ago

Currently there is no validation on the AUD claim

ndedic commented 8 years ago

Hi Robert,

could you provide with an example (failing test, perhaps?) of how you'd like to see this feature behave. I ask this because all existing validation examples validate claims against non user defined, application context-independent, parameters (i.e. time).