Skip to content
View ryan-buckman's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Leeds
Block or Report

Block or report ryan-buckman

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. angular-tour-of-heroes angular-tour-of-heroes Public

    angular tour of heroes tutorial app with cypress e2e tests

    TypeScript

  2. angular-nginx angular-nginx Public

    Example of serving an angular app with NGINX and Docker

    HTML

  3. Programmatically authenticate with i... Programmatically authenticate with identity server 4 (code flow + PKCE) via a custom Cypress command
    1
    // Programmatically authenticate with identity server 4 (code flow + PKCE) via a custom Cypress command
    2
    
                  
    3
    Cypress.Commands.add('Login', (email,password) => {
    4
        const identityServerUrl = '<your identity server url>';
    5
    
                  
  4. eShopOnContainers eShopOnContainers Public

    Forked from dotnet-architecture/eShopOnContainers

    Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 5, Docker Containers and Azure Kubernetes Services. Supports Visual St…

    C#

  5. identity-server4-docker-support identity-server4-docker-support Public

    Identity Server 4 running in a docker container

    C#