jasongoodwin / authentikat-jwt

JWT Scala Implementation - Claims based auth for Scala.
Apache License 2.0
133 stars 45 forks source link

Handle invalid JWT input more elegantly #9

Closed mgregson closed 9 years ago

mgregson commented 9 years ago

Address issue #8 - exceptions are no longer thrown by validate or unapply.

jasongoodwin commented 9 years ago

Thanks!

jasongoodwin commented 9 years ago

0.4.0 has been released to central. Thanks again.

mgregson commented 9 years ago

Thank you for releasing so quickly!