loomio_upgrade
main
@@ -94,0 +99,4 @@
OAUTH_TOKEN_URL="https://auth.resisttechmonopolies.online/application/o/token/"
OAUTH_PROFILE_URL="https://auth.resisttechmonopolies.online/application/o/userinfo/"
OAUTH_SCOPE="openid email profile"
OAUTH_APP_KEY="xNSKMmqA47TSgr7qKgzISV03reTnEmpqc0DZWmCa"
Is this key not supposed to be a secret? is it just a unique identifier but not an authentication token?
That's right the "OAUTH_APP_KEY" maps to the Oauth client ID which is just a unique identifier
No dependencies set.
The note is not visible to the blocked user.
@@ -94,0 +99,4 @@OAUTH_TOKEN_URL="https://auth.resisttechmonopolies.online/application/o/token/"OAUTH_PROFILE_URL="https://auth.resisttechmonopolies.online/application/o/userinfo/"OAUTH_SCOPE="openid email profile"OAUTH_APP_KEY="xNSKMmqA47TSgr7qKgzISV03reTnEmpqc0DZWmCa"Is this key not supposed to be a secret? is it just a unique identifier but not an authentication token?
That's right the "OAUTH_APP_KEY" maps to the Oauth client ID which is just a unique identifier