NatiqQuran / nq-api

Natiq Quran open API.
https://developer.natiq.net
GNU General Public License v3.0
11 stars 4 forks source link

Error handling added to AuthZ and AuthN middlewares #159

Closed nyzd closed 4 months ago

nyzd commented 4 months ago

Changes:

  1. Updated to the latest actix-web stable version (This was required due to a From impl we wanted to use and was available in 4.7.0 version of actix-web
  2. New predefined errors added to error_codes.json file.
  3. Removed deprecated chrono function call at src/routers/account/mod.rs 49869e4