yglukhov / nim-jwt

JWT implementation for nim-lang
MIT License
51 stars 11 forks source link

toSeconds (in readme) is now an error #10

Closed timotheecour closed 2 years ago

timotheecour commented 4 years ago

toSeconds was removed in recent nim, toUnixFloat or (rather) toUnix should be used instead