Skip to content

Commit 69d7be8

Browse files
author
Peter Bryant
committed
🔖 Version 1.0.2
1 parent f1c18f5 commit 69d7be8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Easily authenticate using OAuth 2.0 client/password grants.
1414
Install 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

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: passputter
22
description: Easily authenticate using OAuth 2.0 client/password grants.
3-
version: 1.0.1
3+
version: 1.0.2
44
repository: https://github.com/netsells/passputter
55

66
environment:

0 commit comments

Comments
 (0)