Open bradcypert opened 2 weeks ago
We need a mechanism for generating a token (probably JWT) when a user signs in. We'll ultimately want to store that in our sessions table and that will be used to authenticate a user until it expires.
We need a mechanism for generating a token (probably JWT) when a user signs in. We'll ultimately want to store that in our sessions table and that will be used to authenticate a user until it expires.