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 db326c9 commit 4e1cb36Copy full SHA for 4e1cb36
docs/adr/004-authentication-api.md
@@ -109,7 +109,7 @@ which makes it a bit easier to include end-user identity (a JSON object) in the
109
Advantages:
110
111
- More flexible: allows inclusion of additional claims (like end-user identity) in the JWT assertion without manual
112
- encoding on JSON objects to strings.
+ encoding of JSON objects to strings.
113
- Improved security: leverages asymmetric cryptography for authentication, reducing risks associated with static
114
secrets.
115
0 commit comments