0.3.0 - Celest Auth!
π Celest Auth
This is the first release of Celest Auth, featuring passwordless email via OTP! Check out the docs to get started π₯³
import 'package:celest/celest.dart';
const auth = Auth(
providers: [
AuthProvider.email(),
],
);
π Authorization for Functions
We've added supported for new function annotations to control authorization: @public
and @authenticated
. See this guide for how to use them in your project.
import 'package:celest/celest.dart';
@authenticated
Future<String> sayHello() async {
return 'Hello, valued customer!';
}
βοΈ Celest Cloud
We've begun rolling out access to the waitlist! Keep a look out for your invite this week! π