iain-logan / jwt

A Scala implementation of the JWT specification
MIT License
48 stars 16 forks source link

companion object of `Uid` extends function #6

Closed EECOLOR closed 8 years ago

EECOLOR commented 8 years ago

If Uid companion object was not defined, Play would generate it extending a function. When you (partially) override the companion object you should extend the function to retain original behavior.

iain-logan commented 8 years ago

I buy it. Thanks!