Skip to content

Commit 6685494

Browse files
authored
Merge pull request #686 from DuendeSoftware/fix-base64
Add documentation for IdentityModel's Base64Url utility
2 parents 6843853 + 8ecf5c5 commit 6685494

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)