Skip to content

Commit

Permalink
feat(grand): add support for Client Credentials Grant
Browse files Browse the repository at this point in the history
  • Loading branch information
mnovozhylov committed Jun 20, 2023
1 parent 7d4218d commit aceeaad
Show file tree
Hide file tree
Showing 7 changed files with 532 additions and 432 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
go: [ '1.14', '1.15' ]
go: [ '1.14', '1.15', '1.19' ]

steps:

Expand Down
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.2.0
* Add support for Client Credentials Grant

## 2.1.5
* Add GraphQL support

Expand Down
Loading

0 comments on commit aceeaad

Please sign in to comment.