Constructor for the AuthenticationService
For redirecting User to web pages
Private
authenticationPrivate
routerFor redirecting User to web pages
Private
userThe User loggin in
Checks if User details email and password match a record in the database. If Login is valid, redirect to '/homepage', else redirect to '/login' web page.
Email address of User logging in
Password of User logging in
Registers a new site User
New User first name
New User last name
New User email address
New User password
New user kNumber
Generated using TypeDoc
A base class for the Authentication Service