Skip to content

Releases: Firesphere/silverstripe-graphql-jwt

RC 1 confirmed to be working by Adrexia

02 Oct 06:52
f41c61b
Compare
Choose a tag to compare
  • Note, this will probably still break on the new GraphQL from SilverStripe due to session settings

Rewrite from Tractorcow

24 Jul 04:42
76e80ae
Compare
Choose a tag to compare
Merge pull request #24 from tractorcow/pulls/pull-back-work

Major upgrade: Changes documented

Beta 1 update for composer versions

04 Jan 00:10
d0529d3
Compare
Choose a tag to compare
Pre-release
Update composer requirements

- Update to SilverStripe GraphQL 3

First release on stable SilverStripe 4

14 Nov 06:07
Compare
Choose a tag to compare
  • Rewritten namespaces
  • Fixed tests
  • Renamed to firesphere/graphql-jwt in composer
  • Thank you!

Composer.json fix

30 Oct 20:52
6f12c5b
Compare
Choose a tag to compare
  • Fix the composer recipe requirements to the correct tag.

Prepare for RC1 all is good

30 Oct 06:57
Compare
Choose a tag to compare
  • Get CircleCI running with RC1
  • Update all the code to work with RC1
  • Add Scrutinizer, CodeCov and CodeClimate

Support SilverStripe beta-4 and higher

30 Oct 05:40
68ef413
Compare
Choose a tag to compare
  • Updated support for SilverStripe beta4 and newer
  • Todo: Repair the tests and scrutinizer

Locked 1.0.0 against beta 2

23 Aug 07:13
Compare
Choose a tag to compare

This branch is only if you want to explicitly use SS4 Beta2 instead of the latest master.

First stable release

13 Aug 04:12
Compare
Choose a tag to compare
  • Support for RSA keys
  • Switch to .env
  • Added tests for RSA
  • Reset tokens for members to lock them out
  • Validate the tokens against stored ID's
  • First stable release! Yay!

Locking member and Unique token

12 Aug 03:09
Compare
Choose a tag to compare
  • Lock the member against the token if it's not an anonymous member
  • Further support for anonymous members
  • Fix token-refreshing if the signer has changed
  • Set the signer and prefix as ENV variables
  • Add usable error codes
  • Code cleanup
  • Improved testing