https://meta.stackexchange.com/q/307647/347985
It looks like the chat library is using OpenID for authentication.
|
key: "https://openid.stackexchange.com/account/login/", |
|
submit: "https://openid.stackexchange.com/account/login/submit", |
|
confirm: "https://openid.stackexchange.com/user", |
This post explains the new login-flow in Java. It shouldn't be too hard to do the same in JS.
https://meta.stackexchange.com/q/307647/347985
It looks like the chat library is using OpenID for authentication.
ChatExchangeJS/ChatExchangeJS/config.js
Lines 11 to 13 in 5ce60ef
This post explains the new login-flow in Java. It shouldn't be too hard to do the same in JS.