You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ MyApp.Knock.client()
135
135
136
136
### Signing JWTs
137
137
138
-
You can use the excellent `joken` package to [sign JWTs easily](https://hexdocs.pm/joken/assymetric_cryptography_signers.html#using-asymmetric-algorithms).
138
+
You can use the excellent `joken` package to [sign JWTs easily](https://hexdocs.pm/joken/asymmetric_cryptography_signers.html#using-asymmetric-algorithms).
139
139
You will need to generate an environment specific signing key, which you can find in the Knock dashboard.
140
140
141
141
If you're using a signing token you will need to pass this to your client to perform authentication.
0 commit comments