Skip to content

Commit 6fe9905

Browse files
authored
Merge pull request #1872 from walt-id/fix/readme-render
fix: protocols libs readme rendering
2 parents 5b0f010 + 22c8798 commit 6fe9905

1 file changed

Lines changed: 43 additions & 15 deletions

File tree

waltid-libraries/protocols/README.md

Lines changed: 43 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,43 @@
1-
# walt.id Protocol Libraries
2-
3-
by [walt.id](https://walt.id)
4-
5-
Libraries implementing identity and credential protocols (OpenID4VC, OpenID4VP, SIOPv2)
6-
7-
8-
9-
## Statuses Explained
10-
11-
12-
| | |
13-
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
14-
| *This project is being actively maintained by the development team at walt.id. Regular updates, bug fixes, and new features are being added.* | *This project is not actively maintained. Certain features may be outdated or not working as expected. We encourage users to contribute to the project to help keep it up to date.* |
15-
| *This project is deprecated and no longer maintained. It should not be used in new projects. Please use our alternative libraries or migrate to recommended replacements.* | *This project is still supported by the development team at walt.id, but is planned for deprecation. We encourage users to migrate to using our alternative libraries.* |
1+
<div align="center">
2+
<h1>walt.id Protocol Libraries</h1>
3+
<span>by </span><a href="https://walt.id">walt.id</a>
4+
<p>Libraries implementing identity and credential protocols (OpenID4VC, OpenID4VP, SIOPv2)</p>
5+
6+
<a href="https://walt.id/community">
7+
<img src="https://img.shields.io/badge/Join-The Community-blue.svg?style=flat" alt="Join community!" />
8+
</a>
9+
<a href="https://www.linkedin.com/company/walt-id/">
10+
<img src="https://img.shields.io/badge/-LinkedIn-0072b1?style=flat&logo=linkedin" alt="Follow walt_id" />
11+
</a>
12+
13+
<h2>Statuses Explained</h2>
14+
<table>
15+
<tr>
16+
<td align="center" width="50%">
17+
<img src="https://img.shields.io/badge/🟢%20Actively%20Maintained-success?style=for-the-badge&logo=check-circle" alt="Status: Actively Maintained" />
18+
<br/>
19+
<em>This project is being actively maintained by the development team at walt.id. Regular updates, bug fixes, and new features are being added.</em>
20+
</td>
21+
<td align="center" width="50%">
22+
<img src="https://img.shields.io/badge/🟡%20Unmaintained-yellow?style=for-the-badge&logo=warning" alt="Status: Unmaintained" />
23+
<br/>
24+
<em>This project is not actively maintained. Certain features may be outdated or not working as expected. We encourage users to contribute to the project to help keep it up to date.</em>
25+
</td>
26+
</tr>
27+
<tr>
28+
<td align="center" width="50%">
29+
<img src="https://img.shields.io/badge/🔴%20Deprecated-red?style=for-the-badge&logo=no-entry" alt="Status: Deprecated" />
30+
<br/>
31+
<em>This project is deprecated and no longer maintained. It should not be used in new projects. Please use our alternative libraries or migrate to recommended replacements.</em>
32+
</td>
33+
<td align="center" width="50%">
34+
<img src="https://img.shields.io/badge/🟠%20Planned%20Deprecation-orange?style=for-the-badge&logo=clock" alt="Status: Planned Deprecation" />
35+
<br/>
36+
<em>This project is still supported by the development team at walt.id, but is planned for deprecation. We encourage users to migrate to using our alternative libraries.</em>
37+
</td>
38+
</tr>
39+
</table>
40+
</div>
1641

1742

1843
## Overview
@@ -128,3 +153,6 @@ SQL-backed persistence for the Wallet SDK. Provides Exposed ORM-based implementa
128153

129154
Licensed under the [Apache License, Version 2.0](https://github.com/walt-id/waltid-identity/blob/main/LICENSE)
130155

156+
<div align="center">
157+
<img src="../../assets/walt-banner.png" alt="walt.id banner" />
158+
</div>

0 commit comments

Comments
 (0)