Skip to content

Instantly share code, notes, and snippets.

View iXyles's full-sized avatar

Marcus iXyles

View GitHub Profile
@iXyles
iXyles / EpicFortniteAuthFlow.cs
Last active December 4, 2022 07:12
Simple small OAuth flow for Epicgames new login system, 2FA support
using System;
using System.Linq;
using System.Net;
using Newtonsoft.Json;
using RestSharp;
namespace FNFlowAuthNETCore
{
public class EpicFortniteAuthFlow
{