Skip to content

Releases: CodeSignal/learn_todo-api

Supports reset endpoints to reset configs, such as todos and auth

16 Jul 10:13
c9b0bc9
Compare
Choose a tag to compare
Merge pull request #8 from CodeSignal/add-runtime-configuration-option

Add reset endpoints for the auth, todos and users to be reconfigured at runtime

Handling other 400 errors as JSON

03 Mar 14:31
cc288e2
Compare
Choose a tag to compare

For some endpoints when receiving requests with a wrong format, Flask was returning a 400 response in HTML. This version handles those cases returning a JSON.

Storing invalid session IDs after logout

18 Feb 15:01
3756c9c
Compare
Choose a tag to compare

This version now stored the invalid session IDs after a user logs out, so clients can not use old session cookies to access protected routes

Version with seeded users and swagger page

11 Feb 10:43
00a4627
Compare
Choose a tag to compare

This release includes:

  • Seeded users so we don't need to manually sign up new users when the API starts
  • A swagger page at /swagger to test the endpoints and learn about the API

Fully functional for API path

05 Feb 08:08
86ae6ef
Compare
Choose a tag to compare
Merge pull request #2 from CodeSignal/dev

Updated documentation and storing docs in json files