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

Hi I am window 10 user unable to install easy auth client/server so please help me& how to install with docker #62

Closed rituranjan closed 2 years ago

rituranjan commented 2 years ago
      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 likely not a problem with pip. error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

codemation commented 2 years ago

Hello @rituranjan , thanks for opening this issue, I think uvloop is not a required dependency and can be removed from the required list. I will test / verify & remove soon.

codemation commented 2 years ago

Fixed in https://github.com/codemation/easyauth/releases/tag/1.0.20 - check again and let me know if there is the same issue.