reallylabs / jwt-scala

JSON Web Token (JWT) Scala implementation
Apache License 2.0
38 stars 30 forks source link

Allow encoding/decoding without secret, and with algorith as 'none' #4

Closed hughsimpson closed 9 years ago

hughsimpson commented 9 years ago

This allows the library to be used when decoding token_id responses from the Windows graph api

AhmedSoliman commented 9 years ago

LGTM

AhmedSoliman commented 9 years ago

I've merged and published new builds

hughsimpson commented 9 years ago

Much obliged. Any chance of getting this published for scala 2.10?

AhmedSoliman commented 9 years ago

Actually we are interested only in scala 2.11 but please open a separate issue for that, deal?