mdeslippe / easy-tracker

Easy Tracker is a web-based utility that enables users to easily monitor the current and historical status of their digital services.
1 stars 0 forks source link

#42: Created an Authentication Service Trait #43

Closed mdeslippe closed 1 year ago

mdeslippe commented 1 year ago

Created an authentication service trait with functions that can do the following: 1) Authenticate a user with login credentials. 2) Authenticate a user with an authentication token. 3) Authenticate a user based on the data in an actix HttpRequest.