mjordan / persistent_identifiers

Drupal 8/9 Module that provides a generalized framework for minting and persisting persistent identifiers (DOIs, ARKs, etc.).
GNU General Public License v2.0
5 stars 11 forks source link

add a handle minter #2

Closed elizoller closed 4 years ago

elizoller commented 4 years ago

This PR adds a minter for a handle service. I attempted to make config values for everything I thought people might want to modify but it is likely there will need to be more changes. Also open to any other suggestions regarding config, code, etc. Just a start that I can verify works for our handle environment. All of the defaults could be changed to something less ASU specific obviously.

mjordan commented 4 years ago

@elizoller Excellent! Everything worked as expected in the config UI and user UI, other than minting a Handle, but that's expected, since I don't have an account on a service. I'll merge this now since I assume that you (someone with an account on a Handle service) can actually mint Handles. I'll update the README to mention this module.

Nice work!