Skip to content

Commit

Permalink
docs: remove note from issuer transformation algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Oct 23, 2024
1 parent 2fe2496 commit 5fda2cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions docs/interfaces/DiscoveryRequestOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ use with all its future individual HTTP requests.

The issuer transformation algorithm to use. Default is `oidc`.

Note: This has no effect if the first argument is a URL with a pathname
containing `/.well-known/`.

#### Example

```txt
Expand Down
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -950,9 +950,6 @@ export interface DiscoveryRequestOptions {
/**
* The issuer transformation algorithm to use. Default is `oidc`.
*
* Note: This has no effect if the first argument is a URL with a pathname
* containing `/.well-known/`.
*
* @example
*
* ```txt
Expand Down

0 comments on commit 5fda2cb

Please sign in to comment.