bencodezen / vue-enterprise-boilerplate

An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.
7.77k stars 1.32k forks source link

Can't not get popup info #164

Closed laypassmail closed 4 years ago

laypassmail commented 4 years ago

I used [vue-authenticate](https://github.com/dgrubelic/vue-authenticate) for login in by Facebook But, when open popup (authentication facebook), I got errors from vue-authenticate is "Blocked a frame with origin "http://localhost:8080" from accessing a cross-origin frame." How to resolve it, thanks

chrisvfritz commented 4 years ago

This is more a vue-authenticate question than related specifically to this boilerplate, but having implemented other OAuth solutions, you probably have to add localhost:8080 as an approved domain for the app registered with Facebook.