Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Releases: thewilkybarkid/hyper-ts-oauth

v0.1.2

17 Mar 13:47
v0.1.2
8122f7c

Choose a tag to compare

v0.1.2 Pre-release
Pre-release

Features

  • allow arbitrary parameters (24b9439)

Bug Fixes

  • make the environment immutable (0380646)

v0.1.1

24 May 12:31
v0.1.1
a139bcb

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

Features

  • add state to the authorization request (f5e954e)
  • decoder other details in the access token response (3efd1ad)
  • simplify authorization code type (37ca0c6)

v0.1.0

23 May 15:11
v0.1.0
88b1844

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Features

  • exchange an authorization code for an access token (a615fe1)
  • request authorization code (c0bcaf3)

Bug Fixes

  • implement requestAuthorizationCode (5e449a4)