commune-sh / commune-rs

Rust implementation of the Commune server.
https://commune.sh
Apache License 2.0
11 stars 3 forks source link

feat: login endpoint and `Account` rename #7

Closed EstebanBorai closed 11 months ago

EstebanBorai commented 11 months ago

Introduces the POST /api/v1/account/login endpoint to generate access tokens for registered users and also migrates from User to Account.