Commit 69d7be8 Peter Bryant
committed
1 parent f1c18f5 commit 69d7be8 Copy full SHA for 69d7be8
File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.2
2
+
3
+ - Automatically refreshes expired client tokens
4
+ - Handle case where a user token has expired but has no refresh token
5
+ - Extra testing
6
+
1
7
## 1.0.1
2
8
3
9
- Automated publishing set up
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Easily authenticate using OAuth 2.0 client/password grants.
14
14
Install passputter from [ pub.dev] ( https://pub.dev/packages/passputter ) :
15
15
16
16
``` yaml
17
- passputter : ^1.0.1
17
+ passputter : ^1.0.2
18
18
` ` `
19
19
20
20
## ✅ Prerequisites
Original file line number Diff line number Diff line change 1
1
name : passputter
2
2
description : Easily authenticate using OAuth 2.0 client/password grants.
3
- version : 1.0.1
3
+ version : 1.0.2
4
4
repository : https://github.com/netsells/passputter
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments