Release 0.2.0-59
Pre-release
Pre-release
0.2.0-59 (2022-06-23)
Features 🔥
- plugins/auth/helpers: write a asyncwhileloop function for use in auth helper functions (332518b)
- plugins/errors: add a new not allowed error response class (b6f415c)
Others 🔧
- types/express: add express header types for x-session-id and x-session-token (71c88c0)
Code Refactoring 🖌
- plugins/server/middleware: update session checker function to use the new session headers (e995941)
Bug Fixes 🛠
- plugins/auth/helper: fix mathjs module import line, add owner to heirarchy (92f0490)
- plugins/auth/helpers: remove existing while loop and use asyncwhileloop function (ef3c1ad)
- plugins/auth/policy: restrict editing 'code' prop in policy document (386af4c)
- plugins/cors: allow x-session-id & x-session-token to be allowed in cors requests (f3b6ee7)
- plugins/session-manager: use updated error classes for more proper responses to user (cb5d02f)