Skip to content

Tags: DanielAraldi/clean-node-api

Tags

3.2.0

Toggle 3.2.0's commit message
Added account edit endpoint to change user's name and e-mail. 

3.1.0

Toggle 3.1.0's commit message
The /api/refresh endpoint was created to update the user's access tok… …en. Just add the current access token into the body of the POST request and you will get an updated access token.

3.0.2

Toggle 3.0.2's commit message
Added validation on the number of questions in a survey, modified the… … GraphQL route, and improved the Swagger documentation.

3.0.1

Toggle 3.0.1's commit message
Improved performance of GraphQL Authentication Middleware operation. 

3.0.0

Toggle 3.0.0's commit message
Added GraphQL routes in API. 

2.5.0

Toggle 2.5.0's commit message
Improve the project architecture. 

2.4.1

Toggle 2.4.1's commit message
We've added new fields to uploaded survey returns and your responses.… … Addressed a specific issue raised in decrypting the user's access token.

2.4.0

Toggle 2.4.0's commit message
Changed user authentication response and rerouted static files in the… … API.

2.3.1

Toggle 2.3.1's commit message
Solved problem with server down. 

2.3.0

Toggle 2.3.0's commit message
Creating API to query the results of a survey.