You won’t be able to user symmetric algos in a client side app. (i.e. you can’t use HS256 in a SPA).
Here is a good post that breaks it down:
In short: yes, you will need to use RS 256.
You won’t be able to user symmetric algos in a client side app. (i.e. you can’t use HS256 in a SPA).
Here is a good post that breaks it down:
In short: yes, you will need to use RS 256.