cdrani / cadence

2 stars 0 forks source link

feat: setup auth spotify authflow and tokens exchange #4

Closed cdrani closed 5 months ago

cdrani commented 5 months ago

This PR accomplished the following:

  1. Setup up basic types for request & response of authorize & authenticate functions to connect to spotify
  2. Setup utils functions for PKCE authflow (code verifier, code challenge, etc)

closes #3