Skip to content

Commit

Permalink
Fix: remove note
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh-Bhadauriya committed Sep 18, 2023
1 parent 342b724 commit c56b827
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 c56b827

Please sign in to comment.