Skip to content
View PascalSenn's full-sized avatar
🌶️
🌶️

Organizations

@SwissLife-OSS @ChilliCream
Block or Report

Block or report PascalSenn

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. ChilliCream/graphql-platform ChilliCream/graphql-platform Public

    Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.

    C# 4.9k 710

  2. Authentication Apollo Client - How To Authentication Apollo Client - How To
    1
    The problem with authentication of web sockets is that you can only authenticate a http request once against a authentication scheme. 
    2
    After that the authentication is cached and will always yield the same result. 
    3
    
                  
    4
    A web socket connection starts over HTTP. A HTTP request with the Upgrade header is send to the back end. 
    5
    This request is then "upgraded" into a web socket that runs over the web socket pipeline.