From 1e9f6e3c892d9ae90c18c48cb651bd08172a2a45 Mon Sep 17 00:00:00 2001 From: Peter Elmered Date: Wed, 25 Sep 2024 17:08:59 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1b786d..86b4147 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ 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. #### Vision, roadmap & plans for the future