Skip to content

Commit 8e4c900

Browse files
authored
Merge pull request #126 from britive/develop
v1.6.1rc4
2 parents 83880c6 + b85a5fc commit 8e4c900

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
* As of v1.4.0 release candidates will be published in an effort to get new features out faster while still allowing time for full QA testing before moving the release candidate to a full release.
44

5+
## v1.6.1rc4 [2023-12-14]
6+
#### What's New
7+
* None
8+
9+
#### Enhancements
10+
* None
11+
12+
#### Bug Fixes
13+
* Remove logic for "safe token expiration" now that CLI and Browser tokens are shared
14+
15+
#### Dependencies
16+
* None
17+
18+
#### Other
19+
* None
20+
21+
522
## v1.6.1rc3 [2023-12-13]
623
#### What's New
724
* None

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pybritive
3-
version = 1.6.1rc3
3+
version = 1.6.1rc4
44
author = Britive Inc.
55
author_email = support@britive.com
66
description = A pure Python CLI for Britive

src/pybritive/helpers/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# the credentials should expire sooner than the true expiration date
3434
# in case we need to do things like polling for credentials during
3535
# an approval process
36-
credential_expiration_safe_zone_minutes = 10
36+
credential_expiration_safe_zone_minutes = 0
3737
federation_provider_default_expiration_seconds = 900
3838

3939

0 commit comments

Comments
 (0)