2 links tagged with all of: backend + authentication + api
Click any tag below to further narrow down your results
Links
M2M tokens are officially out of beta and ready for production use, providing secure authentication for backend services. Users can track token activity through the Clerk Dashboard and expect a usage-based pricing model once billing starts. Future updates will include JWT support for faster local verification.
Pennybase is a lightweight Backend-as-a-Service (BaaS) implemented in Go, featuring essential backend functionalities such as file-based storage, REST API, authentication, and role-based access control, all within under 1000 lines of code. It uses human-readable CSV files for data storage and includes easy-to-define schemas, making it simple to manage resources and permissions. The system is designed for extendability through hooks, allowing users to customize functionalities as needed.