ExFirebaseAuth icon indicating copy to clipboard operation
ExFirebaseAuth copied to clipboard

πŸ”₯βš—οΈ Handling and testing Firebase Auth tokens in Elixir

Results 13 ExFirebaseAuth issues
Sort by recently updated
recently updated
newest added

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.29.0 to 0.29.2. Changelog Sourced from ex_doc's changelog. v0.29.2 (2023-03-02) Enhancements Improvements to cheatsheets spacing Improvements to cheatsheets print Include sections of modules and extras in search...

dependencies

Bumps [jose](https://github.com/potatosalad/erlang-jose) from 1.11.2 to 1.11.5. Release notes Sourced from jose's releases. 1.11.5 (2022-12-16) Fixes Remove dependency on parse_transform for jose_base64 and jose_base64url. 1.11.4 (2022-12-15) Enhancements Add support for native...

dependencies

Bumps [finch](https://github.com/sneako/finch) from 0.13.0 to 0.14.0. Changelog Sourced from finch's changelog. v0.14.0 (2022-11-30) Enhancements Improve error message for pool timeouts #126 Relax nimble_options version to allow usage with 0.5.0 #204...

dependencies

This PR adds support for verifying session cookies from Firebase. They are JWTs that have the same shape as idTokens, but are longer lived for backend applications. The difference is...

https://firebase.google.com/docs/auth/admin/create-custom-tokens#create_custom_tokens_using_a_third-party_jwt_library we would need people to supply their key/client email along the lines of: ```elixir key = JOSE.JWK.from_pem("private key") JOSE.JWT.sign(key, %{"alg" => "RS256"}, %{ iss: "firebase client email", sub: "firebase...

enhancement

Bumps [jason](https://github.com/michalmuskala/jason) from 1.4.0 to 1.4.4. Changelog Sourced from jason's changelog. 1.4.4 (26.07.2024) Fix warnings on Elixir 1.17 by conditionally compiling Decimal support 1.4.3 (29.06.2024) Fix derive with _ struct...

dependencies

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.29.2 to 0.34.2. Changelog Sourced from ex_doc's changelog. v0.34.2 (2024-07-08) Enhancements Allow anchors on function and callback autolinks Bug fixes Make module attributes searchable without leading @...

dependencies

Bumps [finch](https://github.com/sneako/finch) from 0.13.0 to 0.19.0. Changelog Sourced from finch's changelog. v0.19.0 (2024-09-04) Enhancements Update @​mint_tls_opts in pool_manager.ex #266 Document there is no backpressure on HTTP2 #283 Fix test: compare...

dependencies

Bumps [jose](https://github.com/potatosalad/erlang-jose) from 1.11.5 to 1.11.10. Release notes Sourced from jose's releases. 1.11.10 (2024-04-17) Fixes Various type spec fixes; see #165 and #166. 1.11.8 (2024-04-07) Fixes Removes use of dynamic()...

dependencies