SWJ

Results 2 issues of SWJ

希望能增加Flutter的SDK支持

如果在realm的认证方法中使用**用户ID**(而不是一个用户对象)作为**principal**参数传给shiro的`new SimpleAuthenticationInfo(userId, credentials, salt, getName())`方法,那么在shiro注销的时候就会报这个错(shiro认证和使用过程没有错误,但是注销清除redis中的session时就会报这个错): class java.lang.Long must has getter for field: authCacheKey or id We need a field to identify this Cache Object in Redis. So you need to...

enhancement