jdomainapp / jda

the root source code project of the JDA framework
MIT License
3 stars 1 forks source link

jda-security #62

Open ducmle opened 2 years ago

ducmle commented 2 years ago

Overview

JDA currently currently has a security component that allows for the specification of user roles and permissions on a set of essential application functions.

This implementation is relatively old and has not been actively maintained. The aim of this project is to audit this component and improve it. In particular, we would like to refactor this component to use industry-standard security design.

Tasks