easyauth icon indicating copy to clipboard operation
easyauth copied to clipboard

Create a centralized Authentication and Authorization token server. Easily secure FastAPI endpoints based on Users, Groups, Roles or Permissions with very little database usage.

Results 25 easyauth issues
Sort by recently updated
recently updated
newest added

How to setup in window 10 environments.

raise RuntimeError('uvloop does not support Windows at the moment') RuntimeError: uvloop does not support Windows at the moment [end of output] note: This error originates from a subprocess, and is...

Where I found the GUI link and how to install it

Hi, I've fixed the function. It occurred when I generate token for a service account

I have error when create service account in admin GUI `Traceback (most recent call last): File "/Users/kel/maddevs/collector/easyauth/venv/lib/python3.10/site-packages/uvicorn/protocols/http/httptools_impl.py", line 372, in run_asgi result = await app(self.scope, self.receive, self.send) File "/Users/kel/maddevs/collector/easyauth/venv/lib/python3.10/site-packages/uvicorn/middleware/proxy_headers.py", line...

help wanted

Adding in verify_user function check existing service.

Changed in list comprehension syntax error (user->service)

When edit service in admin server return 404 Not Found {"detail": "no user with name {service} exists"}

help wanted

Implements functionality for authentication via LDAP. Tested on MS Active Directory.

Have you ever consider integrating with LDAP? I am thinking to use this in an internal project but I would like to have LDAP authentication. It could the same method...