Skip to content

History / SolarNet API authentication scheme V2

Revisions

  • Add "content-type" to signed headers example, because if "digest" used then "content-type" must also be included.

    @msqr msqr committed Apr 26, 2020
  • Fix links to API Explorer.

    @msqr msqr committed Apr 12, 2020
  • Clarify the case-ness of hex encodings in the auth scheme.

    @msqr msqr committed Mar 12, 2019
  • Move link to explorer app to top, to make more accessible.

    @msqr msqr committed Jan 27, 2019
  • Change URL to new API Explorer.

    @msqr msqr committed Jan 26, 2019
  • Change link to JS function to more permanent example.

    @msqr msqr committed Sep 25, 2018
  • NET-122: update signing key info with link to refresh endpoint.

    @msqr msqr committed May 30, 2018
  • Add info on reverse proxy support.

    @msqr msqr committed Aug 10, 2017
  • Update RFC link from 3230 to 5843, which added SHA-256 explicitly. Change chase of algorithm to match RFC, but server still accepts the name in any case.

    @msqr msqr committed May 17, 2017
  • Add note about using the raw signature bytes, not the hex version of it, when signing the message.

    @msqr msqr committed May 16, 2017
  • Add missing Hex() function in final signature calculation.

    @msqr msqr committed May 15, 2017
  • Fix the example signing key, it was not the correct value based on the example inputs.

    @msqr msqr committed May 15, 2017
  • Fix definition of Hex(); it takes bytes as input, not a string.

    @msqr msqr committed May 15, 2017
  • Clarify the handling of application/x-www-form-urlencoded, in that only POST requests are treated as query parameters.

    @msqr msqr committed May 10, 2017
  • Query parameter keys are not lowercased.

    @msqr msqr committed Mar 4, 2017
  • Add info on 7-day signing key expiration.

    @msqr msqr committed Mar 3, 2017
  • Add formatting.

    @msqr msqr committed Mar 3, 2017
  • Add info on V2 auth scheme.

    @msqr msqr committed Mar 3, 2017