In this lesson, learn how to setup the server side route for handling user registration with email and password. Use Nuxt Auth Utils’ hash password function to store the user’s password in a safe way that won’t compromise their password if you database is hacked (and from eyes of internal developers).