Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

[WIP] Support Provider Authentication Tokens (JWT) #88

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 19, 2016

  1. Configuration menu
    Copy the full SHA
    50f3f9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4491bc9 View commit details
    Browse the repository at this point in the history
  3. jwt example, unfortunately not working

    > JWT authentication token is invalid
    nathany committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    08161f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2016

  1. Configuration menu
    Copy the full SHA
    e6bc671 View commit details
    Browse the repository at this point in the history
  2. jwt concurrent test

    nathany committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    d26c6b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

  1. syncronous send before concurrent send

    REFUSED_STREAM
    
    > When you connect to APNs without a provider certificate, only one stream is allowed on the connection until you send a push message with valid token.
    nathany committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    8e280ea View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2016

  1. jwt: use of x/net/http2 without a custom cert

    for work in progress example
    nathany committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    d4fd0bb View commit details
    Browse the repository at this point in the history