Skip to content

Commit

Permalink
refactor: use third party -> authenticate third party
Browse files Browse the repository at this point in the history
  • Loading branch information
gllm-dev committed Apr 3, 2024
1 parent 43bc906 commit dd8365b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfort/openfort-js",
"version": "0.6.1",
"version": "0.6.2",
"description": "",
"author": "Openfort",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/openfort.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export default class Openfort {
return await OpenfortAuth.InitSIWE(this._publishableKey, address);
}

public useThirdPartyProvider(provider: string, token: string, tokenType: string): void {
public authenticateWithThirdPartyProvider(provider: string, token: string, tokenType: string): void {
this._instanceManager.setAccessToken({token, thirdPartyProvider: provider, thirdPartyTokenType: tokenType});
}

Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const VERSION = "0.6.1";
export const VERSION = "0.6.2";
export const PACKAGE = "@openfort/openfort-js";

0 comments on commit dd8365b

Please sign in to comment.