This website works better with JavaScript.
Explore
Help
Sign In
Code
/
islandora
Watch
7
Star
0
Fork
You've already forked islandora
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
Drupal modules for browsing and managing Fedora-based digital repositories.
islandora
islandora-legacy
133
Commits
37
Branches
80
Tags
23 MiB
Tree:
0d4d45b8c8
islandora
/
.gitignore
3 lines
15 B
Raw
Normal View
History
Unescape
Escape
Resolves Islandora-CLAW/CLAW#468 (#31) * Broadcaster rules action. * Re-exporting rules * Tests * Updating travis environment for testing with activemq
8 years ago
vendor
Add JWT Token Authentication (#38) * Add JWT Token Authentication This adds JWT token authentication to Islandora. We send these tokens along with broadcast messages, and can use them to authenticate with Fedora as well as call back into Islandora. * Updated the version for JWT in the composer file. * JwtEventSubscriber tests. * Fixing copy/pasta mistake in tests (#2) * Update JWT Structure to Eliminate Nesting No java JWT parsing libraries like when a JWT contains nested structures, even when that is allowed in the standard. This commit updates our code so we put the drupal data at the root level of the JWT claims, instead of in a subclaim. * Coding standards for new sniffs
8 years ago
/.idea/