Skip to content

Commit b1c6028

Browse files
Fix spacing between links and punctuation (#29)
* Fix spacing between links and punctuation * "on" -> "in"
1 parent 7ff091a commit b1c6028

6 files changed

Lines changed: 33 additions & 33 deletions

File tree

src/routes/dataspace/+page.svelte

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737
<p>
3838
All the parties host their own public keys using
3939
<A href="https://auth0.com/docs/secure/tokens/json-web-tokens/json-web-key-set-properties">
40-
JSON Web Key Sets
41-
</A>, which then are used for verifying tokens and messages, as well as encryption, whenever it
42-
is needed. Trust in JWKS is brought by the existing mechanisms on the internet,
40+
JSON Web Key Sets</A
41+
>, which then are used for verifying tokens and messages, as well as encryption, whenever it is
42+
needed. Trust in JWKS is brought by the existing mechanisms on the internet,
4343
<A href="https://www.cloudflare.com/en-gb/dns/dnssec/how-dnssec-works/">DNSSEC</A>,
4444
<A href="https://www.websecurity.digicert.com/security-topics/what-is-ssl-tls-https">
4545
SSL certificates
4646
</A>
4747
(incl.
4848
<A href="https://www.rapidsslonline.com/ssl/ev-ssl-certificate-requirements/">
49-
Extended Validation
50-
</A>), and so on.
49+
Extended Validation</A
50+
>), and so on.
5151
</p>
5252
<p>
5353
<A href="https://jwt.io/introduction/">JSON Web Tokens</A>,
@@ -81,8 +81,8 @@
8181
products on the Dataspace in the <A
8282
href="https://github.com/ioxio-dataspace/definitions-template"
8383
>
84-
Definitions repository
85-
</A>, and the results are published on the Dataspace so everyone can easily follow the agreed
84+
Definitions repository</A
85+
>, and the results are published on the Dataspace so everyone can easily follow the agreed
8686
standards. You will find the currently available data definitions on the
8787
<A href="https://definitions.sandbox.ioxio-dataspace.com/">Definitions Viewer</A>, and technical
8888
details in the
@@ -205,8 +205,8 @@
205205
You can check the source from GitHub, and to help you create your own productizer, you can
206206
go and check out our guide on
207207
<A href="https://docs.ioxio.dev/guides/building-a-data-source/">
208-
how to build a data source
209-
</A>.
208+
how to build a data source</A
209+
>.
210210
</p>
211211
<div class="example-links">
212212
<IconLink href="https://github.com/ioxio-dataspace/example-productizer" icon={ArrowIcon}>

src/routes/get-started/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Creating an account is free and fast. You can create a new account on the fly if you don't
2727
already have one. Please input all the required details and you will be logged in to the
2828
service as a new user. Remember the email address you used to sign up to the system, as you
29-
will need it when joining a group, or requesting a new group for your organization on the
29+
will need it when joining a group, or requesting a new group for your organization in the
3030
next step.
3131
</p>
3232
</Card>

src/routes/guides/building-a-data-definition/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,8 +684,8 @@ git push --set-upstream origin adding-my-definition
684684
<A
685685
href="https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository"
686686
>
687-
pushing commits to a remote repository
688-
</A>.
687+
pushing commits to a remote repository</A
688+
>.
689689
</p>
690690
<h3>Create a pull request</h3>
691691
<p>

src/routes/guides/using-login-provider/+page.svelte

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
For a really simple example of how the code flow authentication can be built, you can have a
5454
look at the codebase for the
5555
<A href="https://github.com/ioxio-dataspace/mycompany-consent-demo">
56-
My Company Consent demo application
57-
</A>. It's lacking a lot of cleanup related things, but should be enough to show how you could
56+
My Company Consent demo application</A
57+
>. It's lacking a lot of cleanup related things, but should be enough to show how you could
5858
build it.
5959
</p>
6060
<SectionTitle title="OpenID Configurations" />
@@ -64,8 +64,8 @@
6464
for example on the sandbox at the address <A
6565
href="https://login.sandbox.ioxio-dataspace.com/.well-known/openid-configuration"
6666
>
67-
https://login.sandbox.ioxio-dataspace.com/.well-known/openid-configuration
68-
</A>.
67+
https://login.sandbox.ioxio-dataspace.com/.well-known/openid-configuration</A
68+
>.
6969
</p>
7070
<p>The content looks like this:</p>
7171
<Code lang={json}>
@@ -101,8 +101,8 @@
101101
</p>
102102
<p>
103103
1. Login in to the <A href="https://developer.sandbox.ioxio-dataspace.com/">
104-
Developer portal
105-
</A>.
104+
Developer portal</A
105+
>.
106106
</p>
107107
<p>2. Go to the <em>My applications</em> page in the menu.</p>
108108
<GuideImage img={images.MY_APPLICATIONS_PAGE} />

src/routes/guides/verifying-consent-in-data-source/+page.svelte

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
<p>
6767
You most likely want to use one of the libraries for your programming language rather than try
6868
to implement it according to the <A href="https://datatracker.ietf.org/doc/html/rfc7519">
69-
RFC 7519
70-
</A>.
69+
RFC 7519</A
70+
>.
7171
</p>
7272
<p>
7373
Let's have a look at a valid example token from one of the applications on the IOXIO Sandbox
@@ -122,8 +122,8 @@ eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOi8vY29uc2VudC5zYW5kYm94LmlveGlvLWRhdGFzcGFj
122122
<A
123123
href="https://consent.sandbox.ioxio-dataspace.com/.well-known/dataspace/consent-configuration.json"
124124
>
125-
https://consent.sandbox.ioxio-dataspace.com/.well-known/dataspace/consent-configuration.json
126-
</A>. At the time of writing this it returned this JSON content (formatted for readability):
125+
https://consent.sandbox.ioxio-dataspace.com/.well-known/dataspace/consent-configuration.json</A
126+
>. At the time of writing this it returned this JSON content (formatted for readability):
127127
</p>
128128
<Code lang={json}>
129129
{`
@@ -184,8 +184,8 @@ eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOi8vY29uc2VudC5zYW5kYm94LmlveGlvLWRhdGFzcGFj
184184
<A
185185
href="https://pyjwt.readthedocs.io/en/stable/usage.html#retrieve-rsa-signing-keys-from-a-jwks-endpoint"
186186
>
187-
retrieving the keys from a JWKS endpoint
188-
</A>, thus it's worth checking if the library you are using has support for that before
187+
retrieving the keys from a JWKS endpoint</A
188+
>, thus it's worth checking if the library you are using has support for that before
189189
implementing it yourself.
190190
</p>
191191
<SectionTitle title="Caching" />
@@ -234,10 +234,10 @@ eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOi8vY29uc2VudC5zYW5kYm94LmlveGlvLWRhdGFzcGFj
234234
consent.
235235
</p>
236236
<p>
237-
If your data source also requires authorization, you should also
237+
If your data source also requires authorization, you should also see
238238
<A href={GUIDES.VERIFY_ID_TOKEN.href}>
239-
{GUIDES.VERIFY_ID_TOKEN.title}
240-
</A>. Check the
239+
{GUIDES.VERIFY_ID_TOKEN.title}</A
240+
>. Check the
241241
<em>sub</em> of both tokens match and ensure the <em>app</em> in the consent token matches the
242242
<em>aud</em>
243243
of the id_token and the <em>subiss</em> in the consent token matches the <em>iss</em> in the id_token.

src/routes/guides/verifying-id-token/+page.svelte

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@
6464
illustrated in the <A
6565
href="https://github.com/tiangolo/fastapi/blob/0.71.0/tests/test_security_http_bearer.py#L7-L12"
6666
>
67-
HTTPBearer test cases
68-
</A>. However you would likely want to adapt that slightly to make it an optional dependency for
67+
HTTPBearer test cases</A
68+
>. However you would likely want to adapt that slightly to make it an optional dependency for
6969
easier reuse.
7070
</p>
7171
<h3>Reading the id_token</h3>
7272
<p>
7373
The <em>id_token</em> is a <A href="https://datatracker.ietf.org/doc/html/rfc7519">
74-
JSON Web Token (JWT)
75-
</A>.
74+
JSON Web Token (JWT)</A
75+
>.
7676
</p>
7777
<p>
7878
If you are unfamiliar with JWTs you might want to check out the
@@ -166,8 +166,8 @@
166166
should be found on the sub-path <em>/.well-known/openid-configuration</em>
167167
relative to the <em>iss</em>. Thus in this case the the OpenID configuration can be fetched from
168168
<A href="https://login.sandbox.ioxio-dataspace.com/.well-known/openid-configuration">
169-
https://login.sandbox.ioxio-dataspace.com/.well-known/openid-configuration
170-
</A>. At the time of writing this it returned this JSON content (formatted for readability):
169+
https://login.sandbox.ioxio-dataspace.com/.well-known/openid-configuration</A
170+
>. At the time of writing this it returned this JSON content (formatted for readability):
171171
</p>
172172
<Code lang={json}>
173173
{`

0 commit comments

Comments
 (0)