-
An open source Firebase alternativePricing:
- Open Source
First, the code looks for a Bearer token that contains the access token from the client. If there is no access token, the request is denied, and an error is returned to the client. If a Bearer token is found, the code checks if it is valid with "supabase.auth.getUser(token)". Upon successful token validation, the user ID is passed to the request header. Otherwise, an invalid token error is sent to the client. You may have noticed that the code is able to instantiate an instance of a Supabase provider class with ExpressoTS' built in support for dependency injection:.
#Developer Tools #Realtime Backend / API #Web Frameworks 521 social mentions
-
The Friendly TypeScript Framework for Server ApplicationsPricing:
- Open Source
If you've ever wondered what makes a deck-building site tick, you're in the right place. Today, we're taking a peak at the back end code, powered by the ExpressoTS framework, which has a few tricks up its sleeve to streamline the developer experience. This blog will showcase how I handle deck creation, request validation, and user authentication.
#Developer Tools #API Tools #Web Frameworks 3 social mentions