We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6f1b2 commit 75a8129Copy full SHA for 75a8129
modus/authentication.mdx
@@ -55,7 +55,7 @@ This is an example of how to use the `getJWTClaims()` function in Golang:
55
package main
56
57
import (
58
- "github.com/hypermodeinc/modus/sdk/go/pkg/auth"
+ "github.com/hypermodeinc/modus/sdk/go/pkg/auth"
59
)
60
61
type ExampleClaims struct {
@@ -65,7 +65,7 @@ type ExampleClaims struct {
65
}
66
67
func GetClaims() (*ExampleClaims, error) {
68
- return auth.GetJWTClaims[*ExampleClaims]()
+ return auth.GetJWTClaims[*ExampleClaims]()
69
70
71
```
0 commit comments