Releases: masenf/reflex-google-auth
Releases · masenf/reflex-google-auth
v0.0.6
What's Changed
- replace rx.cached_var with rx.var(cache=True) by @masenf in #4
New Contributors
Full Changelog: v0.0.5...v0.0.6
v0.0.5
Update README.md and add example of showing the Sign in with Google button on a subcomponent of the page.
v0.0.4
- use new
rx.EventHandler
annotation syntax
v0.0.3
- move
CLIENT_ID
into GoogleAuthState
v0.0.2
- Add state
- Default handler for is_success
- Default login form for decorator