easyauth
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.
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...
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"}
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...