MushroomMaula / fastapi_login

FastAPI-Login tries to provide similar functionality as Flask-Login does.
https://pypi.org/project/fastapi-login
MIT License
639 stars 58 forks source link

Allow for a custom scheme name #131

Closed tim-x-y-z closed 6 months ago

tim-x-y-z commented 7 months ago

I noticed there was an unused oauth_scheme variable in the class so used this to allow customisaiton.

Let me know if that looks good and i could add a test / some docs if that'd be useful.

closes #130