codemation / easyauth

Create a centralized Authentication and Authorization token server. Easily secure FastAPI endpoints based on Users, Groups, Roles or Permissions with very little database usage.
https://easyauth.readthedocs.io/en/latest/
MIT License
553 stars 52 forks source link

Default value for when default_permissions argument is not provided #86

Closed Rictus closed 1 year ago

Rictus commented 1 year ago

Hey @codemation I do not know what is wrong with the linter github action. Do you have any suggestion ? Thanks!

Edit: It was related to the isort version

codemation commented 1 year ago

Hey @Rictus , good catch with isort, looks like you need to setup precommit locally and try to apply the change it found here via a new commit: https://github.com/codemation/easyauth/actions/runs/4058334348/jobs/6997735511#step:5:44

Rictus commented 1 year ago

@codemation Should look good now 👍