Skip to content

Commit

Permalink
Merge pull request #167 from tidal-music/authcode-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
stefanmoro authored Nov 19, 2024
2 parents 89f271b + 46a2ed8 commit eb96eef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/Auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ let expires: Date? = credentials.expires
4. Make API calls to your desired endpoint and include `Authentication: Bearer YOUR_TOKEN` as a header.

### Authorization Code Flow (user login)
(Only available for TIDAL internally developed applications for now)

To implement the login redirect flow, follow these steps or refer to our [Demo app](https://github.com/tidal-music/tidal-sdk-ios/tree/main/TestApps/AuthTestApp) implementation.

1. Initiate the process by initialising [TIDALAuth](./auth.swift).
Expand Down

0 comments on commit eb96eef

Please sign in to comment.