Angular 17 & dot net Core 8 – Jwt on refresh adding to Audience
I’m currently creating a simple web app which will create a Jwt with a Refresh Token (stored in the DB). No issues there, but when the refresh token is generated, it keeps appending to the Audience inside the Jwt and I’m unsure as to why. Creation and refresh are handled by dot net core 8, using Angular 17 as the front end.