In a SPA that ideally would run without api backend for interacting with Nordigen, would it be ok to expose the access token to the client?
I'm thinking that a standalone script that periodically fetches the access token from Nordigen could be saved in a database where the client could retrieve it (using Pocketbase for database and auth to the app itself) and use it to directly fetch data from Nordigen.