Skip to content

Commit

Permalink
fix: renamed title of post
Browse files Browse the repository at this point in the history
  • Loading branch information
SangeetAgarwal committed Nov 12, 2023
1 parent 53517f4 commit 9574cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/data/blog/secure-spa-react-bff-duende.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Securing our SPA React app with a BFF (Backend for Frontend) using Duende BFF middleware
title: Securing SPA React app with Duende BFF
date: "2023-11-08"
lastmod: "2023-11-11"
tags: ["authentication", "oidc", "security", "spa", "bff", "duende", "react"]
Expand All @@ -12,7 +12,7 @@ images: ["/static/images/bff/securingspabffduende.jpg"]
## Introduction

Storing access tokens in the browser was never a good idea. Unfortunately, implicit flow is based on storing access token
in the browser. That is the reason imlicit flow is [not recommended](https://oauth.net/2/grant-types/implicit/#:~:text=It%20is%20not%20recommended%20to,been%20received%20by%20the%20client) anymore.
in the browser. That is the reason implicit flow is [not recommended](https://oauth.net/2/grant-types/implicit/#:~:text=It%20is%20not%20recommended%20to,been%20received%20by%20the%20client) anymore.
In this flow the access token is returned as part of the url and access token in urls is extremely leaky, they end up in

1. browser history
Expand Down
Binary file modified public/static/images/bff/securingspabffduende.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9574cdf

Please sign in to comment.