Skip to content

add support for AppAction signatures#51

Merged
kdembler merged 7 commits intoJoystream:app-actionsfrom
WRadoslaw:feature/app-citizen-signature
Dec 30, 2022
Merged

add support for AppAction signatures#51
kdembler merged 7 commits intoJoystream:app-actionsfrom
WRadoslaw:feature/app-citizen-signature

Conversation

@WRadoslaw
Copy link
Copy Markdown
Contributor

fixes #50

@WRadoslaw WRadoslaw requested a review from kdembler December 15, 2022 15:13
}

@Mutation(() => GeneratedSignature)
async generateSignature(@Arg('bytes', () => String) bytes: string) {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will most likely need to do some additional validation here, see Joystream/joystream#4307 (comment)

@kdembler kdembler changed the base branch from master to app-actions December 30, 2022 12:08
@kdembler
Copy link
Copy Markdown
Collaborator

@drillprop @WRadoslaw Merging this to app-actions branch, I suggest to keep it there for now and merge to master once integration with Atlas is tested, your call though :)

@kdembler kdembler changed the title Feature/app citizen signature add support for AppAction signatures Dec 30, 2022
@kdembler kdembler merged commit 7c79cfa into Joystream:app-actions Dec 30, 2022
attemka added a commit that referenced this pull request Feb 24, 2023
* add support for AppAction signatures (#51)

fixes #50

* New way to generate commitment and algorithm switch (#66)

* New way to generate commitment and algorithm switch

* Comment update

* Update secret key comments

Co-authored-by: l1.media <31551045+traumschule@users.noreply.github.com>

---------

Co-authored-by: l1.media <31551045+traumschule@users.noreply.github.com>

---------

Co-authored-by: WRadoslaw <92513933+WRadoslaw@users.noreply.github.com>
Co-authored-by: l1.media <31551045+traumschule@users.noreply.github.com>
Lezek123 pushed a commit that referenced this pull request Mar 30, 2023
* App-actions functionality (#75)

* add support for AppAction signatures (#51)

fixes #50

* New way to generate commitment and algorithm switch (#66)

* New way to generate commitment and algorithm switch

* Comment update

* Update secret key comments

Co-authored-by: l1.media <31551045+traumschule@users.noreply.github.com>

---------

Co-authored-by: l1.media <31551045+traumschule@users.noreply.github.com>

---------

Co-authored-by: WRadoslaw <92513933+WRadoslaw@users.noreply.github.com>
Co-authored-by: l1.media <31551045+traumschule@users.noreply.github.com>

* Update app action commitment, disallow signing arbitrary appActionMetadata (#81)

* Update app action commitment, disallow signing arbitrary appActionMetadata

* Linter fix

* Update `generateAppActionCommitment` impl. (#85)

---------

Co-authored-by: attemka <attemka@gmail.com>
Co-authored-by: WRadoslaw <92513933+WRadoslaw@users.noreply.github.com>
Co-authored-by: l1.media <31551045+traumschule@users.noreply.github.com>
dobertRowneySr pushed a commit to dobertRowneySr/orion that referenced this pull request Jul 3, 2023
* add support for AppAction signatures (Joystream#51)

fixes Joystream#50

* New way to generate commitment and algorithm switch (Joystream#66)

* New way to generate commitment and algorithm switch

* Comment update

* Update secret key comments

Co-authored-by: l1.media <31551045+traumschule@users.noreply.github.com>

---------

Co-authored-by: l1.media <31551045+traumschule@users.noreply.github.com>

---------

Co-authored-by: WRadoslaw <92513933+WRadoslaw@users.noreply.github.com>
Co-authored-by: l1.media <31551045+traumschule@users.noreply.github.com>
dobertRowneySr pushed a commit to dobertRowneySr/orion that referenced this pull request Jul 3, 2023
* App-actions functionality (Joystream#75)

* add support for AppAction signatures (Joystream#51)

fixes Joystream#50

* New way to generate commitment and algorithm switch (Joystream#66)

* New way to generate commitment and algorithm switch

* Comment update

* Update secret key comments

Co-authored-by: l1.media <31551045+traumschule@users.noreply.github.com>

---------

Co-authored-by: l1.media <31551045+traumschule@users.noreply.github.com>

---------

Co-authored-by: WRadoslaw <92513933+WRadoslaw@users.noreply.github.com>
Co-authored-by: l1.media <31551045+traumschule@users.noreply.github.com>

* Update app action commitment, disallow signing arbitrary appActionMetadata (Joystream#81)

* Update app action commitment, disallow signing arbitrary appActionMetadata

* Linter fix

* Update `generateAppActionCommitment` impl. (Joystream#85)

---------

Co-authored-by: attemka <attemka@gmail.com>
Co-authored-by: WRadoslaw <92513933+WRadoslaw@users.noreply.github.com>
Co-authored-by: l1.media <31551045+traumschule@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add endpoint for app action authentication

2 participants