trial support

This commit is contained in:
SPRINX0\prochazka
2024-09-04 12:51:57 +02:00
parent d8467b5ae1
commit faa186c1e4
3 changed files with 52 additions and 7 deletions

View File

@@ -12,9 +12,14 @@ async function authProxyGetTokenFromCode(options) {
function startTokenChecking(sid, callback) {}
function getAuthProxyUrl() {
return 'https://auth.dbgate.eu';
}
module.exports = {
isAuthProxySupported,
authProxyGetRedirectUrl,
authProxyGetTokenFromCode,
startTokenChecking,
getAuthProxyUrl,
};