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:
userCount
returns the number of usersuserById
returns a user from their IDwhoami
returns the user based on authorization header
Mutations:
signup
starts creating a user, and sends a verification emailconfirmEmail
verifies the email and creates the userlogin
returns an authentication payload if the username and password provided match a user