You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But if you want to change Bearer to Token or JWT it does not work at all...
And under the documentation it does not say how to add different values, it only shows the "default" value. I have to deep dive to the issue going to the installed library and do the following;
auth: {
strategies: {
local: {
tokenType: 'JWT',
Why would you add a property called tokenType if you already have the property token.type?
Also, the documentation does not have any information about this.
Steps to reproduce
Just use the configuration that I'm using and you will see that "options" truly change with my solution
Additional information
Checklist
I have tested with the latest Nuxt version and the issue still occurs
I have tested with the latest module version and the issue still occurs
I have searched the issue tracker and this issue hasn't been reported yet
Steps to reproduce
What is expected?
What is actually happening?
Performance analysis?
The text was updated successfully, but these errors were encountered:
Version
module:
nuxt:
Nuxt configuration
mode:
Nuxt configuration
Reproduction
What is expected?
What is actually happening?
Documentation for Nuxt Auth is completely wrong. In the website it says that you have to configure the following
But if you want to change Bearer to Token or JWT it does not work at all...
And under the documentation it does not say how to add different values, it only shows the "default" value. I have to deep dive to the issue going to the installed library and do the following;
Why would you add a property called tokenType if you already have the property token.type?
Also, the documentation does not have any information about this.
Steps to reproduce
Just use the configuration that I'm using and you will see that "options" truly change with my solution
Additional information
Checklist
Steps to reproduce
What is expected?
What is actually happening?
Performance analysis?
The text was updated successfully, but these errors were encountered: