AshGw/fastauth

Get rid of static methods and global variables

Opened this issue · 0 comments

New feature motivation

Bad design rationale

New feature description

You should have them FastAuth settings as their own objects, whenever you need to check their state, use a basic singleton instead.

New feature implementation

No response