From c520b713ddebd70074d43a4ff7311ba9b82db183 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Fri, 22 Sep 2023 18:27:07 +0900 Subject: [PATCH] initial commits --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cef02f3..d3dd42d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # go-httpbearer Package **httpbearer** provides tool to deal with HTTP bearer tokens, for the Go programming language. +The HTTP Bearer token is associated with OAuth, but is sometimes used outside of OAuth. ## Online Documention