nimbotsdk/tests/test1.nim
2024-02-06 12:38:21 -05:00

9 lines
227 B
Nim

import unittest, jsconsole, nimbotsdk, credentials
test "can login using username and password":
let auth = newMatrixAuth(homeserver)
let client = auth.passwordLogin(username, password)
console.log(client.accessToken)