Multiple Apps, Single API, mixed oauth flows

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.

1 Like