Vendure Admin "Bearer Token" Config/Error #592
-
Setting |
Beta Was this translation helpful? Give feedback.
Answered by
michaelbromley
Dec 21, 2020
Replies: 1 comment
-
Hi, Yes this is not easily discoverable in the docs, but in your setup of the AdminUiPlugin you can specify the token method: https://www.vendure.io/docs/typescript-api/admin-ui-plugin/admin-ui-config/#tokenmethod AdminUiPlugin.init({
adminUiConfig: {
tokenMethod: 'bearer',
},
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ijkml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Yes this is not easily discoverable in the docs, but in your setup of the AdminUiPlugin you can specify the token method: https://www.vendure.io/docs/typescript-api/admin-ui-plugin/admin-ui-config/#tokenmethod