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

Create an Authentication Service Trait #42

Closed mdeslippe closed 1 year ago

mdeslippe commented 1 year ago

Create an Authentication Service trait with functions to do the following: 1) Authenticate users based on login credentials. 2) Authenticate users based on a token. 3) Authenticate users based on an actix HttpRequest data (headers, cookies, etc).