1. 95d19c1 feat: add missing 13 and 14 parameter constructors for CasbinAuthorizeAttribute (#73) by Yang Luo · 10 weeks ago master v1.6.0
  2. cd57f93 feat: fix duplicate CI workflows on pull requests (#75) by Yang Luo · 10 weeks ago
  3. 4b1c0bb Updated to Casbin.NET 2.19.1 (#69) by Thor Arne Johansen · 3 months ago
  4. f526369 feat: update deprecated GitHub Actions to v4 in CI (#71) by Yang Luo · 3 months ago v1.5.0
  5. 5db5b3d feat: update Casbin.NET and EFCore adapter's dependency versions (#68) by DacongDA · 1 year, 11 months ago v1.4.0
  6. 8e79a1a feat: remove MyGet in CI by Yang Luo · 2 years ago v1.3.0
  7. 76e87bc feat: Change README icon from Myget to Nuget (#66) by Tan · 2 years, 6 months ago v1.2.0
  8. 10bb352 fix: Incorrect version references and lowercase errors (#65) by Tan · 2 years, 6 months ago v1.1.1
  9. 9e72fed feat: fix CI error (#63) by Tan · 2 years, 6 months ago v1.1.0
  10. 628a8fe feat: fix CI error (#62) by Tan · 2 years, 6 months ago v1.0.0
  11. d92a695 feat: Try using semantic-release to auto release. (#61) by Tan · 2 years, 6 months ago
  12. 26888e3 docs: Improve README by Yang Luo · 3 years ago
  13. e32ed0d fix: Change sample policy description by sagilio · 3 years ago
  14. 6a397ff fix: Not use ref values to transform by sagilio · 3 years ago
  15. 85ad73c feat: Update to Casbin.NET v2.0.0-preview.5 by Sagilio · 3 years ago
  16. 34afcdb feat: Delete duplicate project by Sagilio · 3 years ago
  17. 0e025f9 fix: Warning: CodeQL Action v1 will be deprecated by ZhengLin Li · 3 years, 2 months ago
  18. b847518 feat: Add sample for blazor webassembly. by AsakusaRinne · 3 years, 6 months ago
  19. 5ba10f4 fix: CI error of codeql anaylzer (#49) by Rinne · 3 years, 7 months ago
  20. 164e56f feat: add sample for migrating efcore adapter. (#51) by Rinne · 3 years, 6 months ago
  21. 0cecf1f feat: Add component benchmark test for CasbinEvaluator. (#47) by Rinne · 3 years, 7 months ago
  22. e73d261 feat: Support generic request transformer by sagilio · 3 years, 8 months ago
  23. b1bb3e7 feat: Add generic casbin authorize attribute by sagilio · 3 years, 8 months ago
  24. 5e816c3 ci: Add more version .NET SDKs by sagilio · 3 years, 8 months ago
  25. 326f1d3 feat: Support generic request by sagilio · 3 years, 8 months ago
  26. 1f48fbd chore: use .NET 6 and change dir name typo by sagilio · 3 years, 8 months ago
  27. 5a21c3b feat: Use synced enforcer default by Sagilio · 4 years, 4 months ago
  28. f58fbd9 Merge pull request #35 from sagilio/fxi#31 by Yang Luo · 4 years, 4 months ago
  29. fecad46 feat: Add casbin logo to nuget packages by Sagilio · 4 years, 4 months ago
  30. efcaac4 feat: Update to Casbin.NET v2.0.0-preview.1 by Sagilio · 4 years, 9 months ago
  31. 0cb68a5 ci: Split github actions to build and release action by Sagilio · 4 years, 9 months ago
  32. e5dc077 fix: May not add CasbinAuthorizationHandler in some situations by Sagilio · 5 years ago v0.2.1
  33. a06439c chore: Update Casbin.NET to v1.5.2 by Sagilio · 5 years ago
  34. 8591b1b Merge pull request #22 from Sagilio/master by hsluoyz · 5 years ago v0.2.0
  35. 395c0c7 feat: Add DefaultAuthenticationSchemes option by Sagilio · 5 years ago
  36. 84907ca fix: Add rbac and key match request transformers to service collection by Sagilio · 5 years ago
  37. e5cbe4a feat: Add aloow anyone option by Sagilio · 5 years ago
  38. 4d9c2e3 ci: Setup semantic-release to auto release new version by Sagilio · 5 years ago
  39. dbabfa7 feat: Add KeyMatch request transformer from CustomRequestTransformer by Sagilio · 5 years ago v0.1.0
  40. 64cc1dc Use EnforceAsync at DefaultEnforcerService by Sagilio · 5 years ago
  41. b991ea3 Add IServiceProvider at DefaultEnforcerFactory in CasbinAuthorizationOptions by Sagilio · 5 years ago
  42. 2fe5e4f Pass HttpContext to CasbinAuthorizationContext by Sagilio · 5 years ago
  43. 1917735 Add rbac request transformer test by Sagilio · 5 years ago
  44. a84a6b4 Update dependence packages by Sagilio · 5 years ago
  45. 99651cb Added HttpRequest to CasbinAuthorizationContext and support key match model (#19) by Thor Arne Johansen · 5 years ago
  46. 973defd Support RBAC request transformer by Sagilio · 5 years ago
  47. 71e2095 Merge pull request #14 from wlclass/patch-1 by Yang Luo · 5 years ago
  48. 87263c7 fix error param name by 吴宏伟 · 5 years ago
  49. ed55aad Enhance the README.md by Sagilio · 5 years ago
  50. 98787e4 Inital doc assets by Sagilio · 5 years ago
  51. a5f8efe Support any count request values on attribute by Sagilio · 5 years ago
  52. cf30879 Coplete the sample by Sagilio · 5 years ago
  53. 3d0e35c Complete the README by Sagilio · 5 years ago
  54. 1369d9a Skip upload packages when pull request on build action by Sagilio · 5 years ago
  55. b05678e Change Abstractions namespace to Authorization at core by Sagilio · 5 years ago
  56. a0d7aee Upload coverage at Gihtub Actions by Sagilio · 5 years ago
  57. 147ab67 Change build package version format by Sagilio · 5 years ago
  58. f492e60 Fix authTypesSplit may null at CasbinPolicyCreator by Sagilio · 5 years ago
  59. 230e199 Setup side by side .NET SDKs on Github Actions by Sagilio · 6 years ago
  60. a1ee0e0 Clean the sample project file by Sagilio · 6 years ago
  61. eb46342 Add auto retry push GitHub packages at Github Actions by Sagilio · 6 years ago
  62. 90a098c Change the order of servicelife parameters by Sagilio · 6 years ago
  63. 1f74de7 Add casbin core services entension method by Sagilio · 6 years ago
  64. 6b25109 Fix possible null reference at CasbinPolicyCreator by Sagilio · 6 years ago
  65. cb00586 Add the exception message when unable to find the required services by Sagilio · 6 years ago
  66. 51fd4f1 Add casbin evaluator test for the basic model by Sagilio · 6 years ago
  67. 6004e44 Add more the one ICasbinAuthorizationData support at CasbinPolicyCreator by Sagilio · 6 years ago
  68. bcf726f Fix null reference when can not get the first transformer by Sagilio · 6 years ago
  69. c8c7209 Use data driver test to rewrite the test code by Sagilio · 6 years ago
  70. 9b94ae5 Change the workflow of service collection extension by Sagilio · 6 years ago
  71. 0b4969d Provide casbin authorization middleware by Sagilio · 6 years ago
  72. 02bc0fb Change try add CasbinAuthorizationHandler to add by Sagilio · 6 years ago
  73. 1ab3bf1 Add much AuthorizationData support at one Context by Sagilio · 6 years ago
  74. ae439d5 Ignore the csproj.DotSettings file type by Sagilio · 6 years ago
  75. 6347883 Change all default namespace to Casbin.AspNetCore.Authorization by Sagilio · 6 years ago
  76. d5d753e Add authentication schemes support by Sagilio · 6 years ago
  77. ec34b27 Remove retry to push github package at build github action by Sagilio · 6 years ago
  78. 783c3dd Dot not run release build version task at fork repository by Sagilio · 6 years ago
  79. 6dd3248 Change request transform workflow to support more model by Sagilio · 6 years ago
  80. a07135e Add RquestTransformers cache by Sagilio · 6 years ago
  81. 0f5535f Create Abstractions project by Sagilio · 6 years ago
  82. 8d54c51 Add myget package source at Github Actions by Sagilio · 6 years ago
  83. d9a4388 Add .NET 5.0 target and create gitub-actions-build.yml by Sagilio · 6 years ago
  84. 5e76303 Change the project names by Sagilio · 6 years ago
  85. f858c4d Change test project name by Sagilio · 6 years ago
  86. 6d43562 Add policy and filter projects by Sagilio · 6 years ago
  87. 4ea03c8 Enhance the core feature desgin and complete the unit test by Sagilio · 6 years ago
  88. 4944369 Add basic tests for the core feature by Sagilio · 6 years ago
  89. 6728b28 Implement the core feature by Sagilio · 6 years ago
  90. 14a1082 Initial solution by Sagilio · 6 years ago
  91. 4d8319a Initial commit by Yang Luo · 6 years ago