rp_st
04/12/2021, 10:16 AMACCESS_TOKEN_SIGNING_KEY_DYNAMIC
to false
)
- Go to the database > key_value
table > change the value of "access_token_signing_key"
to ;. For example, if the public key is "pubkey" and private key is "prikey", then the value in the db should be "pubkey;prikey". The way we generate public and private keys can be seen here: https://github.com/supertokens/supertokens-core/blob/master/src/main/java/io/supertokens/utils/Utils.java#L189