Skip to content

Commit

Permalink
♻️ refactor: remove session
Browse files Browse the repository at this point in the history
  • Loading branch information
cy948 committed Oct 5, 2024
1 parent f211deb commit bc0d778
Showing 1 changed file with 2 additions and 52 deletions.
54 changes: 2 additions & 52 deletions docker-compose/local/init_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -610,61 +610,11 @@
"plans": [],
"pricings": [],
"products": [],
"providers": [
{
"owner": "admin",
"name": "provider_captcha_default",
"createdTime": "2024-09-09T09:26:05Z",
"displayName": "Captcha Default",
"category": "Captcha",
"type": "Default",
"subType": "",
"method": "",
"clientId": "",
"clientSecret": "",
"clientId2": "",
"clientSecret2": "",
"cert": "",
"customAuthUrl": "",
"customTokenUrl": "",
"customUserInfoUrl": "",
"customLogo": "",
"scopes": "",
"userMapping": null,
"host": "",
"port": 0,
"disableSsl": false,
"title": "",
"content": "",
"receiver": "",
"regionId": "",
"signName": "",
"templateCode": "",
"appId": "",
"endpoint": "",
"intranetEndpoint": "",
"domain": "",
"bucket": "",
"pathPrefix": "",
"metadata": "",
"idP": "",
"issuerUrl": "",
"enableSignAuthnRequest": false,
"providerUrl": ""
}
],
"providers": [],
"records": [],
"resources": [],
"roles": [],
"sessions": [
{
"owner": "built-in",
"name": "admin",
"application": "app-built-in",
"createdTime": "2024-09-09T09:34:09Z",
"sessionId": ["652b4e98da245f3f5a3c5508043a27b2"]
}
],
"sessions": [],
"subscriptions": [],
"syncers": [],
"tokens": [],
Expand Down

0 comments on commit bc0d778

Please sign in to comment.