Skip to content

Commit 861ee87

Browse files
committed
feat: Allow for authorized code flows. Removes the param to determine the flow, as that is determined from the credential offer itself. Thanks to https://github.com/linasi for the PR
1 parent a78e1fc commit 861ee87

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77

88
[![CI](https://github.com/Sphereon-Opensource/OID4VCI/actions/workflows/build-test-on-pr.yml/badge.svg)](https://github.com/Sphereon-Opensource/OID4VCI/actions/workflows/build-test-on-pr.yml) [![codecov](https://codecov.io/gh/Sphereon-Opensource/OID4VCI/branch/develop/graph/badge.svg)](https://codecov.io/gh/Sphereon-Opensource/OID4VCI) [![NPM Version](https://img.shields.io/npm/v/@sphereon/oid4vci-client.svg)](https://npm.im/@sphereon/oid4vci-client)
99

10-
_IMPORTANT the packages are in an early development stage and currently only supports the pre-authorized code flow of
11-
OpenID4VCI! Work is underway for the Authorized Flows as well, but not fully supported yet_
10+
_IMPORTANT the packages are still in an early development stage, as such breaking changes are to be expected_
1211

1312
# Background
1413

@@ -44,7 +43,7 @@ The spec lists 2 flows:
4443

4544
## Authorized Code Flow
4645

47-
This flow isn't fully supported yet, so you might run into issues trying to use it.
46+
This flow is supported but might need more work, so you might run into issues trying to use it.
4847

4948
## Pre-authorized Code Flow
5049

0 commit comments

Comments
 (0)