Yixiang Zhao
Yixiang Zhao
@hsluoyz Roger that
@hsluoyz Shiro framework does not support oauth2 like Spring security, we have to use a library like [buji-pac4j](https://github.com/bujiio/buji-pac4j). Is it OK?
@hsluoyz I found that [BearerToken](https://svn.apache.org/repos/asf/shiro/site/publish/static/1.5.0/shiro-core/apidocs/org/apache/shiro/authc/BearerToken.html) had been added in Shiro 1.5 and later to handle the JWT token. So we can use `casdoor-spring-boot-starter` to implement Shiro integration. I have written...
@Steve0x2a I create an option in the account edit page as below. Currently, when enabling the option, I call the init API, and when disabling the option, I call the...
@hsluoyz Can I push my commit to this PR directly? Should I be assigned some permissions? 
@hsluoyz @Steve0x2a On the account page, an option is added to set 2-step verification.  When enabling the option, it will jump to the `set-totp` page which is similar to...
> @seriouszyx demo link? http://82.156.216.21:8000/
@biu111biu In fact, in Casdoor, each permission corresponds to an enforcer, and `application` is just a resource type of permission. The `permission` supports specifying models and adapters to construct the...
@hsluoyz https://github.com/apache/shardingsphere-elasticjob-ui/pull/151
@AubreySte Can you provide a demo video (including the URL bar), because I wasn't able to reproduce this bug?