Skip to content

Commit

Permalink
feat: enable oauth2 on client
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiljha committed Apr 24, 2024
1 parent ef0446a commit 326feee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gamja/config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 326feee

Please sign in to comment.