Features
* feat: Add option to save access token
This commit introduces functionality to save the Google SSO access token to the user's session via a new configuration parameter (`GOOGLE_SSO_SAVE_ACCESS_TOKEN`), providing finer control over logout functionality. Default value for this parameter is `False`. ([`cd23c76`](https://github.com/megalus/django-google-sso/commit/cd23c76010a589e0bbe56e4bbab673668394e378))
* feat: Add new configuration parameters and fix bugs
* Add configuration GOOGLE_SSO_LOGIN_FAILED_URL to finetune redirection after login failed. Thanks simook
* Add configuration GOOGLE_SSO_NEXT_URL to finetune redirection after login succeeds. Thanks simook
* Fix error when adding Google SSO inline to User Admin. Thanks jnoring
* Update Github Actions ([`3b26037`](https://github.com/megalus/django-google-sso/commit/3b26037c1ebe549d10b4a25533d5ed72ad4e4c99))
Unknown
* Merge pull request 21 from megalus/develop