You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
synopsis: Re-export client authentication primitives from `servant-client`
2
+
packages: servant-client-core, servant-client
3
+
prs: #1835
4
+
issues: #1834
5
+
description: {
6
+
Add `AuthClientData`, `AuthenticatedRequest`, and `mkAuthenticatedRequest` to the `Servant.Client.Core.Reexport` module, which is re-exported within `servant-client`.
7
+
8
+
This means that authenticated client requests can now be made using `servant-client` only, without an explicit dependency on `servant-client-core`.
0 commit comments