Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 472 Bytes

base-auth-service.md

File metadata and controls

13 lines (8 loc) · 472 Bytes

Basic authentication service

Go back to README

Class: BaseAuthService

Purpose of the class is to simplify working with authentication package features.

You can use this class as a simple authentication service directly from this package or you can extend the service and implement it in your way and override methods which you want to implement differently.

It is not required to use the service. If you want, you can omit it.