rekaehreth / HKAdmin-service

BSc Thesis
1 stars 0 forks source link

Create dummy login #3

Closed DorogiB closed 3 years ago

DorogiB commented 3 years ago

Get email/uname + pwd, return true if exists and pwd is correct, return false otherwise. Option 1: create this in user module. Option 1.5 : create this in app module, PREFERRED. Option 2: create this in a new Auth module.

rekaehreth commented 3 years ago

Was done in user module