Skip to content

Fix strategies cognito scheme options #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gmoqa
Copy link

@gmoqa gmoqa commented Apr 9, 2021

The scheme option seems not be overwriting correctly, to make your schema work I had to overwrite this option on nuxt.config.js

image

  • from :
    this.options.auth.strategies.cognito._scheme

  • to :
    this.options.auth.strategies.cognito.scheme

Taking that away, your schema worked perfectly on my proyect.

Saludos

I think the `scheme` option is not being overwritten correctly on the line 7, to make your schema work I had to overwrite it in nuxt.config.js.

from : 
    this.options.auth.strategies.cognito._scheme

to : 
    this.options.auth.strategies.cognito.scheme
@gmoqa gmoqa changed the title Update index.js Fix strategies cognito scheme options Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant