Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AzureAD/microsoft-authentication-extensions-for-dotnet
Secure cross-platform token cache for MSAL public client apps
https://github.com/AzureAD/microsoft-authentication-extensions-for-dotnet
Last synced: 5 days ago
JSON representation
Secure cross-platform token cache for MSAL public client apps
- Host: GitHub
- URL: https://github.com/AzureAD/microsoft-authentication-extensions-for-dotnet
- Owner: AzureAD
- License: mit
- Archived: true
- Created: 2019-03-13T18:10:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T12:02:18.000Z (about 1 year ago)
- Last Synced: 2024-11-01T09:45:35.424Z (10 days ago)
- Language: C#
- Homepage:
- Size: 596 KB
- Stars: 83
- Watchers: 41
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
>**Note**
>This package continues to be maintained alongside [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) repository. [Microsoft.Identity.Client.Extensions.Msal](https://www.nuget.org/packages/Microsoft.Identity.Client.Extensions.Msal) will be versioned in sync with [Microsoft.Identity.Client](https://www.nuget.org/packages/Microsoft.Identity.Client). No breaking changes exist between version 2.x and version 4.x.
># MSAL token cache extension for public client applications
A cross-platform token cache serialization mechanism - [see details on the Wiki](https://github.com/AzureAD/microsoft-authentication-extensions-for-dotnet/wiki/Cross-platform-Token-Cache).
[![NuGet](https://img.shields.io/nuget/vpre/Microsoft.Identity.Client.Extensions.Msal.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client.Extensions.Msal/)
[![Build Status](https://identitydivision.visualstudio.com/IDDP/_apis/build/status/CI/DotNet/MSAL%20YAML/Cache%20Ext/Extension%20CI-PR?branchName=master)](https://identitydivision.visualstudio.com/IDDP/_build/latest?definitionId=1071&branchName=master)
> We have renamed the default branch to main. To rename your local repo follow the directions [here](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch#updating-a-local-clone-after-a-branch-name-changes).
## Samples
We aim to have all [MSAL public client samples](https://docs.microsoft.com/en-gb/azure/active-directory/develop/sample-v2-code#desktop-and-mobile-public-client-apps) use the extensions.
# Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.