Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Service ¶
Register a new user
[?] POST /auth/sign-up
Get current account identity
[?] GET /account/me
Delete devices linked to account
[ ] DELETE /account/{uuid}/device
this returns a list of current connections:
[ ] GET /account/{uuid}/devices
Create a cookie
[?] POST /auth/sign-in
Delete a cookie
[?] DELETE /auth/sign-out
Refresh token
[?] GET /auth/refresh
func NewService ¶
Click to show internal directories.
Click to hide internal directories.