SocialiteNET 0.2.0

dotnet add package SocialiteNET --version 0.2.0
                    
NuGet\Install-Package SocialiteNET -Version 0.2.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SocialiteNET" Version="0.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SocialiteNET" Version="0.2.0" />
                    
Directory.Packages.props
<PackageReference Include="SocialiteNET" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SocialiteNET --version 0.2.0
                    
#r "nuget: SocialiteNET, 0.2.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=SocialiteNET&version=0.2.0
                    
Install as a Cake Addin
#tool nuget:?package=SocialiteNET&version=0.2.0
                    
Install as a Cake Tool

Socialite .NET

GitHub Workflow Status (main) GitHub Workflow Status (develop) GitHub raw issues

The project is in active development. If you want to use it in production, please make sure that the components match your needs, or replace them.

Introduction

Socialite .NET offers a sleek and intuitive interface for OAuth authentication across platforms like Bitbucket, Facebook, GitHub, GitLab, Google, LinkedIn, Slack, Twitch, and X. It takes care of the tedious social authentication boilerplate so you can focus on building your application.

We will not implement new adapters.

Official Documentation

Socialite .NET's documentation is available on the Soicalite .NET wiki.

Contributing

We're thrilled that you're interested in adding your spark to Socialite! For all the details on how to get involved, please take a look at the Contribution guide.

Code of Conduct

We’re committed to fostering an inclusive and welcoming environment for everyone in the community. Before diving in, please take a moment to review and follow our Code of Conduct to help keep our community respectful and supportive for all.

License

Socialite .NET is open-sourced software licensed under the MIT license.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.0 131 4/18/2025
0.1.0 129 4/18/2025

###  🚀 New features
• Added authentication with GitHub provider ([#5](https://github.com/osscameroon/socialite.net/issues/5))

Full changelog at https://github.com/osscameroon/socialite.net/blob/main/CHANGELOG.md