scala-jwt / oath

Yet another scala-jwt library which has the aim to enhance user experience.
Apache License 2.0
8 stars 1 forks source link

Remove refined library from the jwt-core #36

Closed andrewrigas closed 1 year ago

andrewrigas commented 1 year ago

Currently, we are using NonEmptyString refined type for a safer approach for the claims and token. Replace it with string validations when needed.