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

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

1.0.0 #

The first release of Celest V1!

See the release notes for the celest package for more details.

0.4.1 #

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.