Releases: Firesphere/silverstripe-graphql-jwt
Releases · Firesphere/silverstripe-graphql-jwt
RC 1 confirmed to be working by Adrexia
- Note, this will probably still break on the new GraphQL from SilverStripe due to session settings
Rewrite from Tractorcow
Merge pull request #24 from tractorcow/pulls/pull-back-work Major upgrade: Changes documented
Beta 1 update for composer versions
Update composer requirements - Update to SilverStripe GraphQL 3
First release on stable SilverStripe 4
- Rewritten namespaces
- Fixed tests
- Renamed to
firesphere/graphql-jwt
in composer - Thank you!
Composer.json fix
- Fix the composer recipe requirements to the correct tag.
Prepare for RC1 all is good
- Get CircleCI running with RC1
- Update all the code to work with RC1
- Add Scrutinizer, CodeCov and CodeClimate
Support SilverStripe beta-4 and higher
- Updated support for SilverStripe beta4 and newer
- Todo: Repair the tests and scrutinizer
Locked 1.0.0 against beta 2
This branch is only if you want to explicitly use SS4 Beta2 instead of the latest master.
First stable release
- 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
- 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