Releases: loop-revolution/api
Releases · loop-revolution/api
Block Types++
Adds many, many more features. Since this is almost completely from scratch, documentation is within the code & API Schema (https://api.loop.page)
This is not a production release because block types are not feature-full yet.
User Authentication
This release adds 2 queries and 3 new mutations:
Queries:
userCountreturns the number of usersuserByIdreturns a user from their IDwhoamireturns the user based on authorization header
Mutations:
signupstarts creating a user, and sends a verification emailconfirmEmailverifies the email and creates the userloginreturns an authentication payload if the username and password provided match a user