-
Authorization and access control infrastructure for developersPricing:
- Open Source
Let's use warrant.dev as an example. The system provides a set of REST APIs for you to define object types and access policies (called warrants). The general process is first to create object types using HTTP POST:.
#APIs #SaaS #Software Engineering 22 social mentions
-
An open source Firebase alternativePricing:
- Open Source
A family of products leverages PostgreSQL's row-level-security capabilities to provide fully authorized data access, like Supabase, PostgREST, and PostGraphile.
#Developer Tools #Realtime Backend / API #Backend As A Service 501 social mentions
-
Firebase is a cloud service designed to power real-time, collaborative applications for mobile and web.
Google Firebase is one of the pioneers to integrate access policies into the database. It's a NoSQL data store that holds documents in collections and allows you to define security rules for object access. When making queries and mutations, Firebase checks if the request operates over objects the user can access and rejects it if it does not.
#Developer Tools #App Development #Backend As A Service 270 social mentions