Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmered authored Sep 25, 2024
1 parent 1e9f6e3 commit 8bd8a90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ This helper takes care of all the headaches and boilerplate code with a simple a
- Automatically caches the access tokens for their lifetime.
- Extends the Laravel HTTP Client to make it straightforward to use. Se the [usage section](#usage) below for examples.
- Supports common auth flows like OAuth2 and refresh tokens with most grant types.
- No configuration required. Just [require](#installation) and use.
- No configuration and no boilerplate code required. Just [require](#installation) and use with a simple and consise API.
- Supports [callbacks](#customize-with-callbacks) to customize the behaviour when needed.

#### Vision, roadmap & plans for the future

Expand All @@ -21,7 +22,7 @@ or [submit a PR](https://github.com/pelmered/laravel-http-client-auth-helper/pul

##### Plans for 1.1 - [Milestone](https://github.com/pelmered/laravel-http-client-auth-helper/milestone/2)

- Automatically refresh tokens in the background before they expire.
- Helper for automatically refresh tokens in the background before they expire.
- Add support for authorization_code and implicit OAuth2 grants.
- Tokens owned by a model. For example, tokens associated with a user model rather than the whole application.

Expand Down

0 comments on commit 8bd8a90

Please sign in to comment.