tengen-io/web-client

Fix Login

Opened this issue · 0 comments

tengen-io/server#40 Introduces a breaking change that will now require the client to submit a POST request to /login with a JSON body including username and password, instead of using the previous GraphQL mutation, logIn. Change the client so that logins work again.