You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to frapi-dev
Hi again,
I was wondering if you could tell me what is the right way to extend
and use FRAPI classes. For example, you have the Oauth2.php
authentication class - but to enable that it seems like I need to edit
the Authorization.php because it explicitly loads the Digest
authorization method.. what would be the best way to maybe add
additional auth classes and use them - without modifying core too much
(would want to keep FRAPI easily updatable.. yes I love Drupal
hooks :))