Skip to content
This repository was archived by the owner on Jul 30, 2018. It is now read-only.

Latest commit

 

History

History
26 lines (24 loc) · 673 Bytes

File metadata and controls

26 lines (24 loc) · 673 Bytes

CHANGE LOG

Unreleased

  • Auth: add token refresh
  • Register: add email validations
  • Resources: add paginations
  • Resources: index routes return error not found when needs to return { data: [] }

Add

  • Users.
  • Ongs.
  • Campaigns.
  • Transformers folder to handle with custom transformers.
  • Authentication.
    • Login with email and password.
    • JWT authorization.
    • Token Refresh
  • Register
    • When register send an email confirmation.
  • resources: add pagination.
  • Added public routes
    • GET /ongs
    • GET /ongs/:id
    • GET /campaigns
    • GET /campaigns/:id
    • POST /users