celest_auth 0.4.0 copy "celest_auth: ^0.4.0" to clipboard
celest_auth: ^0.4.0 copied to clipboard

unlisted

The Auth runtime and client library for Celest, the Flutter cloud platform.

0.4.0 #

This release introduces support for HTTP customization, improved ergonomics, and a preview of running Flutter and UI code in the sky! Check out our blog post for more details.

  • feat: Add support for HTTP customization
  • feat: Add support for running Flutter and UI code in the cloud
  • chore!: Require @cloud annotation for cloud functions
  • chore!: Replace @Context.user with @principal
  • chore!: Rename generated Env annotations to env.
  • chore!: Rename InternalServerException to InternalServerError
  • chore: Migrate to package:native_storage

0.3.1 #

  • Use required parameters throughout for better consistency

0.3.0 #

  • Initial version.