blocked for now, but it's a start
This commit is contained in:
parent
c76c016a46
commit
ec0ae60b10
13 changed files with 272 additions and 0 deletions
5
public/.well-known/web-identity
Normal file
5
public/.well-known/web-identity
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"provider_urls": [
|
||||
"http://localhost:3000/fedcm.json"
|
||||
]
|
||||
}
|
26
public/fedcm.json
Normal file
26
public/fedcm.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"accounts_endpoint": "/auth/idp/api/accounts",
|
||||
"client_metadata_endpoint": "/auth/idp/api/metadata",
|
||||
"id_assertion_endpoint": "/auth/idp/api/idtokens",
|
||||
"disconnect_endpoint": "/auth/idp/api/disconnect",
|
||||
"login_url": "/auth/idp",
|
||||
"modes": {
|
||||
"active": {
|
||||
"supports_use_other_account": true
|
||||
}
|
||||
},
|
||||
"branding": {
|
||||
"background_color": "#6200ee",
|
||||
"color": "#ffffff",
|
||||
"icons": [
|
||||
{
|
||||
"url": "/images/favicon.dark.svg",
|
||||
"size": 512
|
||||
},
|
||||
{
|
||||
"url": "/images/favicon.light.svg",
|
||||
"size": 512
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
1
public/privacy-policy.txt
Normal file
1
public/privacy-policy.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Privacy Policy comes here.
|
1
public/terms-of-service.txt
Normal file
1
public/terms-of-service.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Terms of Service comes here.
|
Loading…
Add table
Add a link
Reference in a new issue