Yixiang Zhao

Results 15 comments of Yixiang Zhao

@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? ![image](https://user-images.githubusercontent.com/33992371/149945600-68e9b192-9048-4990-a669-103c69853a7e.png)

@hsluoyz @Steve0x2a On the account page, an option is added to set 2-step verification. ![image](https://user-images.githubusercontent.com/33992371/150634252-4d2b6aff-1ae4-42d5-b13a-0e88b9792aa1.png) 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?