Skip to content

Commit a3d6e4a

Browse files
authored
docs: update todo
1 parent f4b2b18 commit a3d6e4a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ Use it to request Access token by using refresh token.
167167

168168
```go
169169
g := goic.New("/auth/o8", false)
170+
// ... add providers
170171
t := &goic.Token{RefreshToken: "your refresh token", Provider: goic.Microsoft.Name}
171172
tok, err := g.RefreshToken(t)
172173
// Do something with tok.AccessToken
@@ -238,10 +239,10 @@ On successful verification your information is [echoed back](https://github.com/
238239
---
239240
# TODO
240241

241-
- Support refresh token grant_type
242-
- Tests and more tests
243-
- Release stable version
244-
- ~~Support OpenID `Implicit Flow`~~ [Check #3](https://github.com/adhocore/goic/issues/3)
242+
- [X] ~~Support refresh token grant_type~~ [Check #2](https://github.com/adhocore/goic/issues/2)
243+
- [ ] Tests and more tests
244+
- [ ] Release stable version
245+
- [x] ~~Support OpenID `Implicit Flow`~~ [Check #3](https://github.com/adhocore/goic/issues/3)
245246

246247
## License
247248

0 commit comments

Comments
 (0)