Skip to content
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 1.39 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.39 KB

DestinyAuthCore.NET

Example of a .NET Core implementation of the new Bungie Auth

This is a simple example of how to use the new Bungie OAuth authentication in .NET. This example is made in .NET Core, but should work as a base for anything else C#.

Please note the following:

  • Is not meant to be highly secure. Just Works
  • I'm not using any best practices or something like that. Again, just works.
  • Any question related to this, should be made on GitHub, or the Bungie.net's dev community.

Somehow my project creation flow managed to avoid licensing stuff. This is MIT licensed.

References:

Running the Example