dust-books / dust-server

Your digital collection of eBooks and Digital Comics
1 stars 1 forks source link

Generate a token for authentication #1

Open bradcypert opened 2 weeks ago

bradcypert commented 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.