
Tetua-Open source lightweight cms program configuration github login tutorial based on golang and mysql
This article introduces this Tetua - an open source lightweight cms program based on golang and mysql
The following introduces Tetua - an open source lightweight cms program configuration github login tutorial based on golang and mysql
https://github.com/settings/apps/
Create an app and set some relevant necessary information, such as URL and so on.
Here are three points to note
Homepage URL: must be the home page of your website, with or without www
Callback URL: https://domain.com/auth/github/callback
//I don't know why it will report an error if you bring www, so it is recommended not to bring www
Webhook URL: Also for your homepage.
Enable SSL verification: It is recommended to turn on, for the security of information transmission
💘 相关文章
- MySQL remote connection configuration method under docker container
- Starting MySQL... ERROR! ……quit without updating PID file (/opt/mysql/data/mysql.pid)解決方法
- 简单的MySQL缓存设置
- 抛弃phpmyadmin吧,一款非常强大的MySQL GUI客户端-HeidiSQL
- mysql数据库链接失败| SQLSTATE[HY000] [2002] Connection refused 解決方法
- 收藏:MySQL 數值型函數大全
- Tetua-基于golang和mysql的开源轻量级cms程序,附上安装和配置教程
- docker容器下的MySQL远程连接配置方法
- 分享一个专门整理和关注算法的github仓库
- Debian 10 installation MySQL server record