File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 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+
17## 1.0.1
28
39- 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.
1414Install passputter from [ pub.dev] ( https://pub.dev/packages/passputter ) :
1515
1616``` yaml
17- passputter : ^1.0.1
17+ passputter : ^1.0.2
1818` ` `
1919
2020## ✅ Prerequisites
Original file line number Diff line number Diff line change 11name : passputter
22description : Easily authenticate using OAuth 2.0 client/password grants.
3- version : 1.0.1
3+ version : 1.0.2
44repository : https://github.com/netsells/passputter
55
66environment :
You can’t perform that action at this time.
0 commit comments