stable

Forked from tuleap/stable

Clone or download

Read-only

request #8612 Kanban real time Tuleap generate JWT and client subscribe on NodeJS server with this JWT

Don't forget to pull the git repository nodejs/tuleap-realtime on tuleap.net Change-Id: I3140123c45777a1a9c67a754169a843f72b3c640

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/bower.json +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/build.config.js +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +74 −72 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app.js +3 −1 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/jwt/jwt-service.js +31 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/jwt/jwt.js +3 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/socket/socket-factory.js +31 −15 Go to diff View file
A src/common/JWT/REST/JWTRepresentation.class.php +33 −0 Go to diff View file
A src/common/JWT/REST/v1/JWTResource.class.php +60 −0 Go to diff View file
A src/common/JWT/generators/JWTGenerator.php +59 −0 Go to diff View file
M src/common/REST/ResourcesInjector.class.php +2 −0 Go to diff View file
M src/common/autoload.php +5 −2 Go to diff View file
M src/common/autoload_libs.php +20 −0 Go to diff View file
M src/etc/local.inc.dist +6 −0 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +2 −0 Go to diff View file
M tools/rpm/tuleap.spec +2 −0 Go to diff View file