Skip to content
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

New algorithms #102

Merged
merged 27 commits into from
May 29, 2018
Merged

New algorithms #102

merged 27 commits into from
May 29, 2018

Conversation

Spomky
Copy link
Member

@Spomky Spomky commented Mar 9, 2018

Q A
Branch? v1.2
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed tickets #97 (partially)
License MIT
Tests added yes
Doc PR to be done
  • Create a new web-token/jwt-experimental for all experimentall stuff.

Spomky and others added 2 commits March 9, 2018 18:49
See #97 for the complete list.
[ci skip] [skip ci]
@Spomky Spomky added this to the Version 1.2.0 milestone Mar 9, 2018
@Spomky Spomky self-assigned this Mar 9, 2018
@Spomky Spomky modified the milestones: Version 1.2.0, Version 2.0.0 Mar 21, 2018
@Spomky Spomky changed the base branch from v1.1 to v1.2 April 12, 2018 13:23
Spomky and others added 14 commits May 29, 2018 18:16
PHP7 is supported by default so this badge is now useless.
* JWS/JWE Split

THis PR adds a `split` method for both JWS and JWE objects.
It allows to explode a JWS/JWE that contains several signatures/recipients into a list of JWS/JWE with only one signature/recipient.

It can be useful in certain cases e.g. where the verification of each signature is required or if a JWE has to be computed at once, but sent separetly to recipients.

* Apply fixes from StyleCI (#117)

[ci skip] [skip ci]
Spomky and others added 2 commits May 29, 2018 18:17
See #97 for the complete list.
[ci skip] [skip ci]
@ghost ghost added the in progress label May 29, 2018
@Spomky Spomky merged commit aa60ed0 into v1.2 May 29, 2018
@ghost ghost removed the in progress label May 29, 2018
@Spomky Spomky deleted the NewAlgorithms branch May 29, 2018 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant