From 94a0770a31ec1e3a8a81f5d089765acd4090aa38 Mon Sep 17 00:00:00 2001 From: andrej romanov <50377758+auumgn@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:07:18 +0200 Subject: [PATCH] add api t&c panel to dev tools --- .../developer-tools/developer-tools.module.ts | 2 + .../developer-tools.component.html | 112 ++++++++++-------- .../developer-tools.component.scss | 14 +++ 3 files changed, 78 insertions(+), 50 deletions(-) diff --git a/src/app/developer-tools/developer-tools.module.ts b/src/app/developer-tools/developer-tools.module.ts index b4d50e3a08..81061d8d35 100644 --- a/src/app/developer-tools/developer-tools.module.ts +++ b/src/app/developer-tools/developer-tools.module.ts @@ -22,6 +22,7 @@ import { ModalModule } from '../cdk/modal/modal.module' import { A11yLinkModule } from '../cdk/a11y-link/a11y-link.module' import { TopBarVerificationEmailModule } from '../cdk/top-bar-verification-email/top-bar-verification-email.module' import { DeveloperToolsComponent } from './pages/developer-tools/developer-tools.component' +import { AlertMessageModule } from '../cdk/alert-message/alert-message.module' @NgModule({ declarations: [ @@ -49,6 +50,7 @@ import { DeveloperToolsComponent } from './pages/developer-tools/developer-tools ModalModule, A11yLinkModule, TopBarVerificationEmailModule, + AlertMessageModule, ], }) export class DeveloperToolsModule {} diff --git a/src/app/developer-tools/pages/developer-tools/developer-tools.component.html b/src/app/developer-tools/pages/developer-tools/developer-tools.component.html index ace05d21e8..03406c9f38 100644 --- a/src/app/developer-tools/pages/developer-tools/developer-tools.component.html +++ b/src/app/developer-tools/pages/developer-tools/developer-tools.component.html @@ -204,56 +204,47 @@

your integration users will experience an error.

-
-
- info -
-
- Please note -
    -
  • - - Only - HTTPS URIs - - are accepted in production - -
  • -
  • - Domains registered - MUST - exactly match the domains used, including - subdomains -
  • -
  • - Register all redirect URIs fully where possible. - This is the most secure option and what we recommend. For - more information about redirect URIs, please see - our - - redirect URI FAQ -
  • -
-
-
+ + Please note + +
@@ -453,6 +444,27 @@

Redirect URIs must be unique

+ The ORCID Public API is free for non-commercial use by + individuals as stated in the + Public APIs Terms of Service. + By “non-commercial” we mean that you may not charge any re-use + fees for the Public API, and you may not make use of the Public + API in connection with any revenue-generating product or + service.