Open mjordan opened 5 years ago
Currently, we use the header Authorization: 'Bearer islandora' to authenticate against the Gemini microservice. In production, we should be using JWT tokens, etc.
Authorization: 'Bearer islandora'
Gemini is no longer a thing so is this still an issue or can you just use the EntityMapper in Crayfish-Commons like Drupal does?
Currently, we use the header
Authorization: 'Bearer islandora'
to authenticate against the Gemini microservice. In production, we should be using JWT tokens, etc.