This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
Uberdeno v1.1.0 release!
It took a while, but I finally got around to adding authentication and user filters! This means that it’s now possible to require an authentication header and filter the results based on custom properties using middleware. This way you can ensure that a user can only edit, view, remove and add entities relating to themself. Currently, I only support Firebase authentication, but I don’t require anything else at the moment.
Added
- Authentication middleware
- Added filters to controllers and repositories