Skip to content

Commit 2fefd3b

Browse files
committed
Update readme
1 parent 940951f commit 2fefd3b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## ASP.NET Core, Vue.js BFF using OpenID Connect Changelog
22

33

4-
### 2024-11-06 0.0.1
4+
### 2024-11-07 0.0.1
55
- Initial version using Vue.js (Typescript & Vite) and ASP.NET Core
66
- ASP.NET Core version 9.x
77
- Vue.js (typescript & vite)

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# bff-aspnetcore-vuejs
1+
# Backend for frontend security architecture (BFF)
2+
3+
Implements an OpenID Connect confidential client client using Vue.JS and a UI and ASP.NET Core to implement the API. The application is secured using an OpenID Connect confidential client using OAuth PKCE. The Vue.js application is served from the ASP.NET Core application using the YARP reverse proxy in development. The Vue.js application is built into the wwwroot of the ASP.NET Core application in production.
4+
25

36
[![.NET and npm build](https://github.com/damienbod/bff-aspnetcore-oidc-vuejs/actions/workflows/dotnet.yml/badge.svg)](https://github.com/damienbod/bff-aspnetcore-oidc-vuejs/actions/workflows/dotnet.yml) [![License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://github.com/damienbod/bff-aspnetcore-oidc-vuejs/blob/main/LICENSE)
47

0 commit comments

Comments
 (0)