Hi all,
I’ve been building for past several months a backend as a service specifically for mobile apps.
I believe it’s a first one that is truly for mobile apps by leveraging security and integrity checks to identify app when talking to a backend.
I’m building on cloudflare and have a foundation working: email with password authentication, SQLite direct access with SQL (choose your own wrapper, ORM, or none), permissions and row level permissions with conditions.
Currently it’s for iOS and React Native first.
Database is SQLite compatible - aka D1 cloudflare. The way one access it from mobile app is literally just doing SQL - I have a preview package here https://www.npmjs.com/package/@calljmp/react-native.
Security isn’t an option - meaning app gets authorized not by hardcoding api keys or project ids but by passing the security and integrity checks to identify itself then gets a JWT for faster access using secure storage aka key stores an chains on mobile device.
Im planning to add more features like storage and functions. Thankfully all of it can be run locally for faster development too.
I would like to hear your thoughts, feedback, and ideas.
Regards.
Comments URL: https://news.ycombinator.com/item?id=43513689
Points: 1
# Comments: 0