nmondal / cowj

[C]onfiguration [O]nly [Web] on [J]VM
Apache License 2.0
16 stars 11 forks source link

Auth should be inbuilt with Casbin #34

Closed nmondal closed 1 year ago

nmondal commented 1 year ago

JCasbin is a good choice for Auth. https://github.com/casbin/jcasbin#documentation

nmondal commented 1 year ago

Adapters should be AutoSave on with: GCP https://github.com/qurami/casbin-cloud-storage-adapter AWS S3 https://github.com/Soluto/casbin-minio-adapter

This way we are completely done.

nmondal commented 1 year ago

Added Auth. https://github.com/nmondal/cowj/commit/78feac16b1b46f23505831c8753c7c4dc39e15ea Need to add various tests onto this now.

nmondal commented 1 year ago

This: https://github.com/nmondal/cowj/commit/13da92a503496f7600d38d39945bf6d38024ee1d Closes it.