Skip to content

Commit 16e5bba

Browse files
muyavinckr
andauthored
fix(docs): Set Permalink URL to AuthenticationSession struct (#2046)
* fix(oathkeeper): Set Permalink URL to AuthenticationSession struct Use permalink to cater for changes to the code base. * fix(docs): set correct line-break * chore: point to master --------- Co-authored-by: vinckr <[email protected]>
1 parent 7c87589 commit 16e5bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/oathkeeper/pipeline/mutator.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ For more details please check [Session variables](../pipeline.md#session)
411411
This mutator allows for fetching additional data from external APIs, which can be then used by other mutators. It works by making
412412
an upstream HTTP call to an API specified in the **Per-Rule Configuration** section below. The request is a POST request and it
413413
contains JSON representation of
414-
[AuthenticationSession](https://github.com/ory/oathkeeper/blob/master/pipeline/authn/authenticator.go#L39) struct in body, which
414+
[AuthenticationSession](https://github.com/ory/oathkeeper/blob/master/pipeline/authn/authenticator.go#L45) struct in body, which
415415
is:
416416

417417
```json

0 commit comments

Comments
 (0)