Build | |
---|---|
.NET Core, Angular |
Code: https://github.com/damienbod/AspNet5IdentityServerAngularImplicitFlow
Authorization Policies and Data Protection with IdentityServer4 in ASP.NET Core
Angular OpenID Connect Implicit Flow with IdentityServer4
Angular secure file download without using an access token in URL or cookies
Full Server logout with IdentityServer4 and OpenID Connect Implicit Flow
IdentityServer4, WebAPI and Angular in a single ASP.NET Core project
Extending Identity in IdentityServer4 to manage users in ASP.NET Core
Implementing a silent token renew in Angular for the OpenID Connect Implicit flow
OpenID Connect Session Management using an Angular application and IdentityServer4
OAuth2 Implicit Flow with AngularJS and ASP.NET Core 2.1 IdentityServer4
AngularJS OpenID Connect Implicit Flow with IdentityServer4
Secure file download using IdentityServer4, Angular and ASP.NET Core
2018-06-22: Updated to ASP.NET Core 2.1.1, Angular 6.0.6
2018-06-20: Updated to ASP.NET Core Identity 2.1, Add Email Serivce, support for Cert deployments, support for 2FA Authenticator
2018-05-27: Updated to ASP.NET Core 2.1
2018-05-04: Updated to Angular 6, rxjs 6.1.0, Webpack 4
2018-04-21: update npm packages, nuget packages
2018-03-15: updated security angular module, update npm packages, nuget packages
2018-02-23: updated security angular module, update npm packages, nuget packages
2018-02-02: updated security angular module, update npm packages, nuget packages
2018-01-15: support for auth using APP_INITIALIZER and Guards, Updated to Angular 5.2.0, reset to Typescript 2.6.2
2017-12-31: Updated to Angular 5.1.2, reset to Typescript 2.5.3
2017-12-08: Updated to Angular 5.1.0, Typescript 2.6.2, IdentityServer4 2.0.5, ASP.NET Core 2.0.3
2017-11-03: Updated to Angular 5, Typescript 2.6.1
2017-10-20: Updated to Angular 4.4.6, Angular oidc 3.0.0 and HttpClient
2017-10-15: Updated to IdentityServer4 2.0 and Angular oidc 1.3.19
2017-10-05: Updated to IdentityServer4 2.0 and Angular oidc 1.3.18
2017-09-15: Updated to ASP.NET 2.0
2017-08-11: update auth module version 1.3.6
2017-08-09: update auth module and Angular 4.3.3
2017-07-21: bugfix refresh isAuthorized, bugfix refresh user data, Angular 4.3.1,
2017-07-14: Updated auth module to version 1.2.1 , Angular 4.2.6, Webpack 3.2.1, typescript 2.4.1
2017-06-23: Updated auth module to version 1.0.3 , Angular 4.2.4, Webpack 2.6.1, typescript 2.3.4
2017-06-11: Supporting OpenID Connect Session Management 1.0 , Angular 4.2.1
2017-06-09: Supporting OpenID well known endpoints
2017-06-09: Logging can be turned off or on for the auto security module
2017-06-08: Updated using angular style guide, and refactored code
2017-06-02: Implemented silent renew for Angular 4 OpenID Connect Implicit flow and OpenID Connect Session Management
2017-04-16: Updated to IdentityServer4 1.5.1, angular 4.1.3 and updated all other nuget packages
2017-04-16: Updated to IdentityServer4 1.5.0, angular 4.0.2
2017-04-11: Updated to IdentityServer4 1.4.2, angular 4.0.1, dev npm packages, angular OpenID Connect Implicit Flow Client configuration
2017-03-24: Updated to angular 4.0.0
2017-03-20: Updated to angular 2.4.10, oidc client validation, IdentityServer4 1.3.1
2017-02-15: Updated to VS2017 csproj, angular 2.4.7, webpack 2.2.1
2017-01-07: Updated to IdentityServer4 1.0.0
2016-12-18: Updated to IdentityServer4 rc5, ASP.NET Core 1.1
2016-12-04: Updated to IdentityServer4 rc4
2016-11-18: Updated to Angular 2.2.0, IdentityServer4 rc3
2016-10-08: Updated to IdentityServer4 rc2
2016-09-18: ASP.NET Core 1.0.1
2016-09-13: Updated to IdentityServer4 RC1 with ASP.NET Core Identity and SQLite
2016-08-11: Updated to IdentityServer4 1.0.0-beta5
2016-07-03: Updated to ASP.NET Core RTM and IdentityServer4 1.0.0-beta4-update1
2016-06-26: Updated IdentityServer4 beta 3
2016-05-22: Updated to ASP.NET Core 1.0 RC2 dotnet
2016-01-15: Updated to IdentityServer4
2015-11-18: Updated to ASP.NET Core 1.0 RC1
dotnet restore
dotnet ef migrations add sts_init --context ApplicationDbContext --verbose
dotnet ef database update --verbose