Create a centralized Authentication and Authorization token server. Easily secure FastAPI endpoints based on Users, Groups, Roles or Permissions with very little database usage.
Added Default & Configurable Admin Prefix to EasyAuthServer for usage alongside an existing FastAPI applicatin without overriding existing routes. Added create_api_router method with EasyAuthServer, allowing for EasyAuthRouters to be created with defined prfixes and other FastAPI APIRouter configuration
Added Default & Configurable Admin Prefix to EasyAuthServer for usage alongside an existing FastAPI applicatin without overriding existing routes. Added create_api_router method with EasyAuthServer, allowing for EasyAuthRouters to be created with defined prfixes and other FastAPI APIRouter configuration