crystal-community / jwt

JWT implementation in Crystal
MIT License
206 stars 24 forks source link

Crystal 0.27 support #19

Closed veelenga closed 6 years ago

veelenga commented 6 years ago

Only one breaking change affects this library:

Rename Time#epoch to Time#to_unix. Also #epoch_ms to #unix_ms, and #epoch_f to #to_unix_f.