Skip to content

Commit

Permalink
Merge pull request #1026 from Ashutosh-Bhadauriya/fix/remove-note
Browse files Browse the repository at this point in the history
Fix: remove note
  • Loading branch information
Ashutosh-Bhadauriya committed Sep 18, 2023
2 parents 342b724 + c56b827 commit c8865fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/docs/guides/backend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ requests on your backend. To do so, first retrieve the JSON Web Key Set
containing the public keys used to verify the JWT from the Hanko API's `.well-known/jwks.json` endpoint.
Then use the JWKS to verify the JWT using a library for the programming language of your choice.

:::info
If you are using `Nuxt`, please check the [frontend guide](/guides/nuxt) on how to authenticate requests on the backend.
:::

```mdx-code-block
<Tabs>
<TabItem value="go" label="Go">
Expand Down

0 comments on commit c8865fb

Please sign in to comment.