Skip to content

Commit ad57f5c

Browse files
committed
deploy: 1e9e0e1
1 parent 2e5680e commit ad57f5c

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

blog/secure-mcp-sse-server/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ <h3 id="implement-login-endpoint"><a class="anchor" href="#implement-login-endpo
509509
<p>Currently, MCP clients can not use the authorization code flow themselves. Therefore, we implement an OAuth2 login endpoint that will return a GitHub token for the user to use with MCP clients, which can work with bearer tokens.</p>
510510
</div>
511511
<div class="paragraph">
512-
<p>Add another dependency: to support Qute templates:</p>
512+
<p>Add another dependency to support Qute templates:</p>
513513
</div>
514514
<div class="listingblock">
515515
<div class="content">
@@ -571,7 +571,7 @@ <h3 id="implement-login-endpoint"><a class="anchor" href="#implement-login-endpo
571571
<table>
572572
<tr>
573573
<td><i class="conum" data-value="1"></i><b>1</b></td>
574-
<td>GitHub access tokens are binary and Quarkus OIDC indirectly verifies them by using them to request GutHub specific <code>UserInfo</code> representation.</td>
574+
<td>GitHub access tokens are binary and Quarkus OIDC indirectly verifies them by using them to request GitHub specific <code>UserInfo</code> representation.</td>
575575
</tr>
576576
<tr>
577577
<td><i class="conum" data-value="2"></i><b>2</b></td>

feed.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Quarkus</title>
66
<link>https://quarkus.io</link>
77
<description>Quarkus: Supersonic Subatomic Java</description>
8-
<lastBuildDate>Mon, 28 Apr 2025 13:14:38 +0000</lastBuildDate>
8+
<lastBuildDate>Mon, 28 Apr 2025 15:29:15 +0000</lastBuildDate>
99

1010

1111
<item>
@@ -333,7 +333,7 @@ quarkus.http.auth.permission.authenticated.policy=authenticated
333333
&lt;p&gt;Currently, MCP clients can not use the authorization code flow themselves. Therefore, we implement an OAuth2 login endpoint that will return a GitHub token for the user to use with MCP clients, which can work with bearer tokens.&lt;/p&gt;
334334
&lt;/div&gt;
335335
&lt;div class=&quot;paragraph&quot;&gt;
336-
&lt;p&gt;Add another dependency: to support Qute templates:&lt;/p&gt;
336+
&lt;p&gt;Add another dependency to support Qute templates:&lt;/p&gt;
337337
&lt;/div&gt;
338338
&lt;div class=&quot;listingblock&quot;&gt;
339339
&lt;div class=&quot;content&quot;&gt;
@@ -395,7 +395,7 @@ public class LoginResource {
395395
&lt;table&gt;
396396
&lt;tr&gt;
397397
&lt;td&gt;&lt;i class=&quot;conum&quot; data-value=&quot;1&quot;&gt;&lt;/i&gt;&lt;b&gt;1&lt;/b&gt;&lt;/td&gt;
398-
&lt;td&gt;GitHub access tokens are binary and Quarkus OIDC indirectly verifies them by using them to request GutHub specific &lt;code&gt;UserInfo&lt;/code&gt; representation.&lt;/td&gt;
398+
&lt;td&gt;GitHub access tokens are binary and Quarkus OIDC indirectly verifies them by using them to request GitHub specific &lt;code&gt;UserInfo&lt;/code&gt; representation.&lt;/td&gt;
399399
&lt;/tr&gt;
400400
&lt;tr&gt;
401401
&lt;td&gt;&lt;i class=&quot;conum&quot; data-value=&quot;2&quot;&gt;&lt;/i&gt;&lt;b&gt;2&lt;/b&gt;&lt;/td&gt;

working-groups/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,6 @@ <h2>Active working groups</h2>
198198
<div class="grid-wrapper working-groups-cards">
199199

200200

201-
202-
203-
204-
205201
<div class="card">
206202
<div class="card-header">
207203
<p class="card-title">Gizmo 2</p>
@@ -212,7 +208,7 @@ <h2>Active working groups</h2>
212208
<p class="card-text"><span class="key">Description:</span>&nbsp;<span class="short-description">Gizmo 2 related tasks
213209
</span>
214210
</p>
215-
<p class="card-text"><span class="key">Last Activity:</span>&nbsp;<span class="last-activity">April 25, 2025 </span>
211+
<p class="card-text"><span class="key">Last Activity:</span>&nbsp;<span class="last-activity">April 28, 2025 </span>
216212
</p>
217213

218214
<p class="card-text"><span class="key">Point of Contact:</span>&nbsp;<span class="point-of-contact">@mkouba (@<strong>Martin Kouba</strong> on Zulip)</span>
@@ -237,6 +233,10 @@ <h2>Active working groups</h2>
237233

238234

239235

236+
237+
238+
239+
240240
<div class="card">
241241
<div class="card-header">
242242
<p class="card-title">Test classloading</p>
@@ -550,6 +550,8 @@ <h2>LTS versions</h2>
550550

551551

552552

553+
554+
553555
<div class="card">
554556
<div class="card-header">
555557
<p class="card-title">Quarkus 3.20 LTS</p>
@@ -629,8 +631,6 @@ <h2>LTS versions</h2>
629631

630632

631633

632-
633-
634634

635635

636636

0 commit comments

Comments
 (0)