-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add documentation to passport methods #143
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving suggestions
433d7bf
to
81a8d8e
Compare
* Logs the user into Passport via device code auth and sets up the Immutable X provider. | ||
* | ||
* This will open the user's default browser and take them through Passport login. | ||
* @param IsConnectImx If true, the "re-connect" method is used to authenticate into Passport with Immutable X. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is quite confusing because it if this then that, then an if becomes another if else. Maybe split it into Immutable X: xxx
Immutable zkEVM: xxx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a part of the game bridge code. I tried to state what happens inside the game bridge when you reconnect.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure how else it should be stated
This reverts commit 039edd3.
Summary
Add documentation to passport methods
feat:
,fix:
,chore:
,docs:
,refactor:
ortest:
.