AngularASPNETCore2WebApiAuth
AngularASPNETCore2WebApiAuth copied to clipboard
Sample project demonstrating jwt-based authentication with an Angular (v5.2.1) frontend and ASP.NET Core 2 WebApi. Includes both local user registration with .NET Core Identity membership and faceboo...
Bumps [Microsoft.AspNetCore.All](https://github.com/aspnet/Universe) from 2.0.0 to 2.0.9. Commits 84d6a54 Merge 2.0.9 into release/2.0 43ec723 Merge branch release/2.0 cc0e039 Add required infrastructure improvements to submodules to support NETStandard... 9030255 Merge branch 'release/2.0'...
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 5.1.3 to 11.0.5. Changelog Sourced from @angular/core's changelog. 11.0.5 (2020-12-16) Bug Fixes compiler: handle strings inside bindings that contain binding characters (#39826) (f5aab2b), closes #39601 core: fix...
Bumps [karma](https://github.com/karma-runner/karma) from 1.7.1 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...
When the server runs for a while it stops handing out valid JWT tokens. They all have the same expiration date. The reason for this is the fact that JwtFactory...
hi; thank you for your great post and sample code. but I am a bit frustrated replicating this for Google. how can I check and verify the token that we...
Thanks for this awesome repo :) Any chance you could implement two-factor authentication with asp.net identity default providers?
(TS) Type 'Observable' is not assignable to type 'Observable'. Type 'boolean' is not assignable to type 'UserRegistration'. (tsconfig or jsconfig project) \src\app\shared\services\user.service.ts 42 Active
This line no longer working. services.AddMvc().AddFluentValidation(fv => fv.RegisterValidatorsFromAssemblyContaining()); 'IMvcBuilder' does not contain a definition for 'AddFluentValidation' and no extension method 'AddFluentValidation' accepting a first argument of type 'IMvcBuilder'
Removed .editorconfig file #1