View LinksForStandup.txt
Link list for .NET community standup | |
ASP.NET Core API authorization docs | |
https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity-api-authorization?view=aspnetcore-3.0 | |
IdentityServer4 docs | |
https://identityserver4.readthedocs.io/en/latest/ | |
IdentityServer4 organization | |
https://github.com/IdentityServer |
View Whisk(e)y pre-release versioning scheme
I am fed up with alphas, betas and release candidates - especially since they don't mean anything anymore. | |
Here's my naming scheme for pre-releases. Slàinte! | |
aberfeldy | |
aberlour | |
ardbeg | |
ardmore | |
arran | |
aultmore |
View id_clone.cmd
md identity | |
cd identity | |
md server3 | |
cd server3 | |
git clone -b dev https://github.com/IdentityServer/IdentityServer3.git IdentityServer3 | |
git clone -b dev https://github.com/IdentityServer/IdentityServer3.AccessTokenValidation.git AccessTokenValidation | |
git clone -b dev https://github.com/IdentityServer/IdentityServer3.Samples.git Samples | |
git clone -b dev https://github.com/IdentityServer/IdentityServer3.EntityFramework.git EntityFramework |