This extension allows developers to register new OAUTH2 secured applications into a Fantastico project using an web application. Of course this application is also secured using OAUTH2 so no unauthorized users can alter our project applications.
/oauth/oauth2-registration/ui/view-apps?token=1/fFAGRNJru1FTz70BzhT3Zg
/oauth/oauth2-registration/ui/edit-app/1?token=1/fFAGRNJru1FTz70BzhT3Zg
/oauth/oauth2-registration/ui/register-app?token=1/fFAGRNJru1FTz70BzhT3Zg
As you can see, oauth2-registration application is also secured with OAuth2. When you try to access any url mentioned above without providing an access token you will be redirected to login screen (default behavior). From there, you can login and obtain a correct access token.