Coeus Rowe

Results 16 comments of Coeus Rowe

钉钉只支持原生登录挺简单的,自己弄弄就好了

没弄,不过可以有,稍后我弄一下

> ![image](https://user-images.githubusercontent.com/37528335/69414712-340b7e00-0d4e-11ea-930e-ac6f8bf2ad27.png) > =谷歌登录的时候报错 这个是什么原因 确保你翻墙了,另外就是可能需要更新服务器的CA证书

> 大神 按个Instagram 的可以了吗 ins走的就是Facebook的接口,你应该可以直接用fb的登录

Here is a test https://github.com/anerg2046/genv-test

The current solution is to add an init.go file in the config package ```go package config import "fmt" func init() { fmt.Println("load env") } ```

这需要你使用客户端软件进行转换。参加官方地址https://www.v2ray.com/awesome/tools.html

呃,我没用过https的样式,所以不清楚格式是什么。vmess://后面的其实就是base64,解码以后可以按需求拼接你需要的链接

已修改casbin为多协程模式,请更新子模块lib,实际上这个问题核心是casbin的问题,因为最终要落到数据库,如果数据库操作出问题了,casbin的权限管理就会出问题。不过一般来说,对用户的权限操作不会出现并发问题。