Files
jambonz-api-server/test/oauth/simple_test/index.html
Dave Horton ed51d8b13f merge of features from hosted branch (#7)
major merge of features from the hosted branch that was created temporarily during the initial launch of jambonz.org
2021-06-17 15:56:21 -04:00

14 lines
261 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Test oauth signup</title>
</head>
<body>
<a href="https://github.com/login/oauth/authorize?client_id=a075a5889264b8fbc831&state=foobar&allow_signup=false">Github</a>
</body>
</html>