casbin / deno-casbin

An authorization library that supports access control models like ACL, RBAC, ABAC in Deno.
https://casbin.org
Apache License 2.0
7 stars 3 forks source link

version update #4

Open transtone opened 3 years ago

transtone commented 3 years ago

how can I update deno-casbin's version?

casbin-bot commented 3 years ago

@closetool @tangyang9464

hsluoyz commented 3 years ago

@nodece @zhmushan

transtone commented 3 years ago

@hsluoyz The packaging method for new version has changed, it's not single file any more. Can we provide a way for users to package by themselves?

transtone commented 3 years ago

https://gitee.com/gridsoft/deno-casbin/tree/esm/

Changed with esm source code, dependencies have been put to "others" folder.

nodece commented 3 years ago

@transtone I will deal with this in the next few days.

transtone commented 3 years ago

@transtone I will deal with this in the next few days.

Thanks! Looking forward to it! What about the adapters for Deno-Casbin?

hsluoyz commented 3 years ago

@transtone plz change all your text into English, thanks!

nodece commented 3 years ago

Do you want to get an adapter of deno version?

transtone commented 3 years ago

Do you want to get an adapter of deno version?

If there is not a offical adapter, I'll try to copy one from node-base-adapter.

nodece commented 3 years ago

As far as I know, there is no deno adapter, if you are free, welcome to contribute.