mmacneil / AngularASPNETCore2WebApiAuth

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 facebook login scenarios.
https://fullstackmark.com/post/13/jwt-authentication-with-aspnet-core-2-web-api-angular-5-net-core-identity-and-facebook-login
MIT License
470 stars 239 forks source link

Bump Microsoft.AspNetCore.All from 2.0.0 to 2.0.9 in /src #20

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps Microsoft.AspNetCore.All 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'
  • 1895502 Update the LZMA to include NETStandard.Library 2.0.3
  • e7c57af Upgrade to NETCore.App 2.0.9 (#29)
  • 8fd6124 Merge branch 'release/2.0'
  • 93f2e99 Fix for uploading blobs to private Azure blob containers
  • aa91b80 Add script used to deploy blobs to Azure storage
  • b1f55ff Merge branch 'release/2.0' of release/2.0.9
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/mmacneil/AngularASPNETCore2WebApiAuth/network/alerts).