Skip to content

Commit 4e1cb36

Browse files
reinkrulCopilot
andauthored
Update docs/adr/004-authentication-api.md
Co-authored-by: Copilot <[email protected]>
1 parent db326c9 commit 4e1cb36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/adr/004-authentication-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ which makes it a bit easier to include end-user identity (a JSON object) in the
109109
Advantages:
110110

111111
- More flexible: allows inclusion of additional claims (like end-user identity) in the JWT assertion without manual
112-
encoding on JSON objects to strings.
112+
encoding of JSON objects to strings.
113113
- Improved security: leverages asymmetric cryptography for authentication, reducing risks associated with static
114114
secrets.
115115

0 commit comments

Comments
 (0)