mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 22:26:01 +00:00
trial support
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user