From 861ee87e190d023df84d726e0d860a4621698967 Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Sun, 15 Oct 2023 00:45:14 +0200 Subject: [PATCH] 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 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a9b38fe..cbd1aca0 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ [![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) -_IMPORTANT the packages are in an early development stage and currently only supports the pre-authorized code flow of -OpenID4VCI! Work is underway for the Authorized Flows as well, but not fully supported yet_ +_IMPORTANT the packages are still in an early development stage, as such breaking changes are to be expected_ # Background @@ -44,7 +43,7 @@ The spec lists 2 flows: ## Authorized Code Flow -This flow isn't fully supported yet, so you might run into issues trying to use it. +This flow is supported but might need more work, so you might run into issues trying to use it. ## Pre-authorized Code Flow