Skip to content

Releases: loop-revolution/api

Block Types++

15 Feb 21:23
Compare
Choose a tag to compare

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

11 Jan 00:23
Compare
Choose a tag to compare

This release adds 2 queries and 3 new mutations:

Queries:

  • userCount returns the number of users
  • userById returns a user from their ID
  • whoami returns the user based on authorization header

Mutations:

  • signup starts creating a user, and sends a verification email
  • confirmEmail verifies the email and creates the user
  • login returns an authentication payload if the username and password provided match a user