SimpleCloudNotifier/server/README.md

52 lines
1.3 KiB
Markdown
Raw Normal View History

2022-11-19 17:09:23 +01:00
//TODO
2022-11-23 19:32:23 +01:00
- Return client on register
- Register with noclient=true
2022-11-21 22:52:44 +01:00
2022-11-21 18:46:55 +01:00
- migration script for existing data
2022-11-19 17:09:23 +01:00
2022-11-21 18:46:55 +01:00
- ack/read deliveries && return ack-count (? or not, how to query?)
2022-11-20 20:34:18 +01:00
2022-11-20 22:18:24 +01:00
- verify pro_token
2022-11-20 20:34:18 +01:00
- full-text-search: https://www.sqlite.org/fts5.html#contentless_tables
2022-11-21 18:46:55 +01:00
- dark mode toggle for html
2022-11-21 22:52:44 +01:00
- app-store link in HTML
2022-11-21 18:46:55 +01:00
2022-11-23 19:32:23 +01:00
- tests
2022-11-20 20:34:18 +01:00
- deploy
2022-11-21 18:46:55 +01:00
~~~~~~~~~~~~~~~~~~~~~~~~~~
https://developers.google.com/android-publisher/api-ref/purchases/products/get
https://console.cloud.google.com/apis/credentials?project=api-5982391131063970546-620227
https://pkg.go.dev/google.golang.org/api/androidpublisher/v2
https://github.com/googleapis/google-api-go-client
{
"web":
{
"client_id": "57770789756-7c29a3gif5346dkte194j1rb6u3mt5vs.apps.googleusercontent.com",
"project_id": "api-5982391131063970546-620227",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_secret": "wG22acxdYUfpi8RkSsjyu6Tw",
"redirect_uris":
[
"https://scn.blackforestbytes.com/index.php"
],
"javascript_origins":
[
"https://scn.blackforestbytes.com"
]
}
}
~~~~~~~~~~~~~~~~~~~~~~~~~~