-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (16 loc) · 651 Bytes
/
index.html
File metadata and controls
16 lines (16 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
</head>
<body>
<script type="text/javascript" src="https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js"></script>
<div id="appleid-signin" data-color="black" data-border="true" data-type="sign in"></div>
<script type="text/javascript">
AppleID.auth.init({
clientId : 'co.di.SignInWithAppleWebDemo.ServiceId',
scope : 'name email',
redirectURI: 'https://developerinsider.github.io/Sign-In-with-Apple-Web-Demo/result.html',
state : 'state'
});
</script>
</body>
</html>