Loving the Vapor tutorials, please keep up the great work. Could I please request covering authentication and authorisation soon? That would mostly round off an amazing set of Vapor tutorials for me.
P.S. would be great if said video could include securing the passwords with basic hashing.
I’ve mostly got it working, but struggling a little with not re-hashing the already hashed password when it comes back out of the database. And my register method still contains the default “Register not supported” badRequest logic