timrolsh / Songscope

Music Discussion Available for Everyone
https://songscope.vercel.app
0 stars 0 forks source link

MySQL Adapter & NextAuth Integration #50

Closed yusufsallam64 closed 8 months ago

yusufsallam64 commented 8 months ago

This PR aims to add DB integration with our NextAuth setup. Previously, users/data wouldn't be inserted into the database properly, but this will allow us to hook into our database and persist things like sessions and users.

Minor fixes/changes to certain components and slight code clean-up as well.