firestore-db-and-auth-rs
firestore-db-and-auth-rs copied to clipboard
Fixes #28 allow session_cookie::create duration greater than sixty minutes.
Fixes https://github.com/davidgraeff/firestore-db-and-auth-rs/issues/28, allow cookie greater than sixty minutes.
Hey, thanks for the patch.
I think I do not understand it though. Currently the duration of the cookie is a parameter to the create function. You are replacing that configurable option with a fixed value of 1 minute?