-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
None
It would be nice to have some utilities for users which will assist with client authentication. We should likely start with support of the following:
| Type | RFC |
|---|---|
| Basic | https://tools.ietf.org/html/rfc2617 |
| Digest | https://tools.ietf.org/html/rfc2617 |
| |
https://tools.ietf.org/html/rfc7804 |
| |
https://tools.ietf.org/html/rfc6750 |
| |
https://tools.ietf.org/html/rfc4559 |
These could live in the resteasy-client-api. However, it may be nice to create a new project or new module within RESTEasy to allow for minimal dependencies. Ideally we only have dependencies on Jakarta RESTful Web Services and any of it's required dependencies.