Skip to content

Commit

Permalink
code tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Taras authored and Nick Taras committed Sep 6, 2023
1 parent 828ec5a commit 7c68fe3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -891,13 +891,6 @@ export class Client {
else return this.authenticateToken(authRequest as AuthenticateInterface)
}

// TEST method to debug issue with Socios signature API.
// TODO Integrate this into authentication flow.
async testSociosSignatureAPI(message: string) {
const response = await fetch(`http://localhost:5000/user-signature?message=${message}`)
return response
}

async authenticateToken(authRequest: AuthenticateInterface) {
await this.checkUserAgentSupport('authentication')

Expand Down

0 comments on commit 7c68fe3

Please sign in to comment.