firestore-db-and-auth-rs icon indicating copy to clipboard operation
firestore-db-and-auth-rs copied to clipboard

Fixes #28 allow session_cookie::create duration greater than sixty minutes.

Open forficate opened this issue 3 years ago • 1 comments

Fixes https://github.com/davidgraeff/firestore-db-and-auth-rs/issues/28, allow cookie greater than sixty minutes.

forficate avatar Aug 31 '21 09:08 forficate

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?

davidgraeff avatar Sep 14 '21 19:09 davidgraeff