Skip to content

Commit 8ecf5c5

Browse files
Add section on IdentityModel's Base64Url utility
Added documentation about the Base64Url class in IdentityModel. This section explains its use for encoding and decoding base64 URLs, complementing existing examples.
1 parent 6843853 commit 8ecf5c5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.idea/docs.duendesoftware.com.iml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/content/docs/identitymodel/utils/base64.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ bytes = WebEncoders.Base64UrlDecode(b64url);
3737

3838
var text = Encoding.UTF8.GetString(bytes);
3939
Console.WriteLine(text);
40+
```
41+
42+
## IdentityModel's Base64Url
4043

4144
IdentityModel includes the *Base64Url* class to help with
4245
encoding/decoding:

0 commit comments

Comments
 (0)