Skip to content

Commit 20a2eed

Browse files
committed
docs: add compatibility docs
1 parent c8ee900 commit 20a2eed

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# auth-parser
1+
# authorization-parser
22

33
[![deno land](http://img.shields.io/badge/available%20on-deno.land/x-lightgrey.svg?logo=deno)](https://deno.land/x/authorization_parser)
44
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/authorization_parser/mod.ts)
@@ -172,6 +172,14 @@ interface AuthParams {
172172
}
173173
```
174174

175+
## Compatibility
176+
177+
[parser](#parsing) is compatible with
178+
[RFC 9110, 11.3. Challenge and Response](https://www.rfc-editor.org/rfc/rfc9110.html#section-11.3)
179+
and
180+
[RFC 9110, 11.4. Credentials](https://www.rfc-editor.org/rfc/rfc9110.html#section-11.4)
181+
syntax and can be used in the same way.
182+
175183
## API
176184

177185
All APIs can be found in the

0 commit comments

Comments
 (0)