You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
nucleus/static/agree-auth.html

12 lines
428 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<form action="http://localhost:9001/oauth2/authorize?redirect_uri=http%3A%2F%2Flocalhost%3A9001%2Fcode-to-user-info.html&response_type=code&client_id=juejin&scope=read_user_info" method="post">
<button type="submit" class="btn btn-primary btn-lg" style="width: 200px">同意授权</button>
</form>
</body>
</html>