Server-Side Swift with Vapor, Episode 27: Passwords | raywenderlich.com

In this episode, learn about passwords and how to add them to your user model. You’ll also see how to use Bcrypt to properly protect passwords when saving them in the database.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/21451628-server-side-swift-with-vapor/lessons/27

I’m having a bit of trouble converting all the extensions to use the new async syntax. Can someone point me to how those are done? Thanks!

Which extension is causing you problems? Have you seen Vapor: Basics → Async

Thanks for that reminder, I have read through it a few days ago, but it looks like it may answer my questions. If it doesn’t i’ll post back with the code that I can’t figure out. :slight_smile: