From 326feee9faf1efe5acfd5ce57efb9a087b90087e Mon Sep 17 00:00:00 2001 From: Nikhil Jha Date: Tue, 23 Apr 2024 22:25:37 -0700 Subject: [PATCH] feat: enable oauth2 on client --- gamja/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gamja/config.json b/gamja/config.json index 26df664..a5aa5c3 100644 --- a/gamja/config.json +++ b/gamja/config.json @@ -1,7 +1,8 @@ { "server": { "url": "wss://irc-dev.ocf.berkeley.edu:8097", - "autojoin": "#rebuild" + "autojoin": "#rebuild", + "auth": "oauth2" }, "oauth2": { "url": "https://idm.ocf.berkeley.edu/realms/ocf",