This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
#web-security
<
2024-06-01hi, is there a clojure library that can do the Authorization part similar to what Apache Shiro does - ?
currentUser.isPermitted( "lightsaber:wield" )
currentUser.isPermitted( "winnebago:drive:eagle5" )
https://shiro.apache.org/10-minute-tutorial.html
https://shiro.apache.org/java-authorization-guide.htmlUse Shiro via Java interop?