文件名称:gitlab-auth:用于接收用户数据的简单 Gitlab Oauth 包装器
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-19 16:30:22
PHP
gitlab-auth 用于接收用户信息(例如电子邮件)的简单 Gitlab Oauth 包装器。 这个包的主要目的是从 Gitlab 中检索用户信息,简化用户登录和注册过程。 快速使用 在您的登录页面上: $ lib = new \ GitlabAuth \ Auth ( new GuzzleHttp \ Client (), "http://mygitlab.com" , "app id" , "app secret" , "http://myapp.com/do-login" ); header ( 'Location: ' . $ lib -> getLoginRedirectUrl ()); exit; 在“ ”页面上: $ lib = new \ GitlabAuth \ Auth ( new GuzzleHttp \ Client (), "http://my
【文件预览】:
gitlab-auth-master
----.gitignore(20B)
----README.md(2KB)
----composer.lock(31KB)
----LICENSE(1KB)
----composer.json(565B)
----src()
--------Exception()
--------Auth.php(4KB)
----spec()
--------AuthSpec.php(1KB)
----phpspec.yml.dist(93B)