umbraco-authu icon indicating copy to clipboard operation
umbraco-authu copied to clipboard

An Umbraco plugin to add an OAuth API endpoint to allow authenticated Members/Users via OAuth

Results 18 umbraco-authu issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 4.0.1 to 4.1.1. Release notes Sourced from Microsoft.Owin's releases. 4.1.1 Release This release includes a security fix and some minor improvements. The packages are available on nuget.org....

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

I have installed into an Umbraco v9.3.1 project via Nuget. I created the required classes as described at https://github.com/mattbrailsford/umbraco-authu#configuration The solution compiles, but an error occurs when I try to...

Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 0.86.0 to 1.3.3. Release notes Sourced from SharpZipLib's releases. v1.3.3 Another minor release, containing security fixes and smaller bugfixes. Fixes: 🐛 specialized tar extract traversal by nils...

dependencies

Hi Matt, Do yo have an example of the Authenticating part?

Hi Matt, This is the change I made to return the Umbraco User groups in the jwt token. Not sure if you want to include in the solution, or if...

How to "integrate" social network login?

I've been looking for a way to authenticate a member when the access_token is supplied via query string for example. So I have to authenticate without the use of any...

First off, thanks for this extremely elegant library! I found an issue with the included UmbracoDbOAuthRefreshTokenStore. The SQL delete statement below does not take into account optional fields (for example,...

Hi Matt, I've got oauth setup and working ok. We have 2 endpoints, 1 for Members and 1 for Users. When making a call to the Members endpoint, any member...