Skip to content

Releases: masenf/reflex-google-auth

v0.0.6

19 Sep 19:01
02fc9b9
Compare
Choose a tag to compare

What's Changed

  • replace rx.cached_var with rx.var(cache=True) by @masenf in #4

New Contributors

  • @masenf made their first contribution in #4

Full Changelog: v0.0.5...v0.0.6

v0.0.5

10 Apr 21:50
d2ce21c
Compare
Choose a tag to compare

Update README.md and add example of showing the Sign in with Google button on a subcomponent of the page.

v0.0.4

01 Apr 19:15
109d50f
Compare
Choose a tag to compare
  • use new rx.EventHandler annotation syntax

v0.0.3

20 Mar 00:57
a1a5a4d
Compare
Choose a tag to compare
  • move CLIENT_ID into GoogleAuthState

v0.0.2

18 Mar 23:57
4d54383
Compare
Choose a tag to compare
  • Add state
  • Default handler for is_success
  • Default login form for decorator