Closed reni99 closed 4 years ago
This is probably more suited for the discord, https://discord.gg/BnXmVGA 😄
@reni99 to follow up - because of Vapor's heavy use of protocols a lot of things don't work with inheritance, so most models have to be final classes
How would we conform the class
User
toBasicAuthenticatable
in the following case:If I do the following:
I get the error, that BasicAuthenticatable can only be implemented by final-classes. How should I work around this? Thx in advance :)