nightfrost / mytubeNET

MIT License
0 stars 0 forks source link

Implement Auth #9

Open nightfrost opened 1 year ago

nightfrost commented 1 year ago

I guess make an endpoint for authentication. Ask for email/username and password. Hash said password and check it against hashed password in DB.

If ok, give JWT.