umbraco / UmbracoIdentityExtensions

Code files & installation that enables easy extensibility points for ASP.Net Identity and the Umbraco back office
MIT License
38 stars 23 forks source link

Upgrade to V8 #34

Closed cleversolutions closed 5 years ago

cleversolutions commented 5 years ago

Fixes #31. I've updated the dependencies to V8, fixed any compile issues, updated the sample files that are added to the project (and fixed compile errors in those). I've built nuget packages, installed them in a sample site and confirmed that UseUmbracoBackOfficeTokenAuth and ConfigureBackOfficeGoogleAuth work as expected.

You can download the nuget files from dropbox and add them to your local repository. https://www.dropbox.com/sh/i9vpghdq823q7n9/AABi_77gh1Q38O3yP1PMn7FTa?dl=0

cleversolutions commented 5 years ago

I've never used the options in custom startup, so I've just made the examples there compile, but haven't tested them.

Shazwazza commented 5 years ago

Not sure why this isn't showing up as merged, i've manually merged it. I will make some ammends now and get a release out early next week. Thanks!