celest_auth 0.5.0-dev.0
celest_auth: ^0.5.0-dev.0 copied to clipboard
The Auth runtime and client library for Celest, the Flutter cloud platform.
0.5.0-dev.0 #
- feat: Add social sign-in support
- chore: Disambiguate native storage scoping
- chore: Migrate to new Cloud API
0.4.1 #
- fix: Pana issues (dart-lang/pana#1351)
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
@cloudannotation for cloud functions - chore!: Replace
@Context.userwith@principal - chore!: Rename generated
Envannotations toenv. - chore!: Rename
InternalServerExceptiontoInternalServerError - chore: Migrate to
package:native_storage
0.3.1 #
- Use required parameters throughout for better consistency
0.3.0 #
- Initial version.