Your Plugin and AngularJS
-
Hi,
I’m an AngularJS developer and new to the security side of things. We have a WordPress site hosted by one domain, and an AngularJS application on AWS.
http://www.ourdomain.com –> our WordPress site hosted on Bluehost
http://www.app.ourdomain.com –> our AngularJS site hosted on AWSWe’d like to make it so users can login once from our WordPress site and have access to WordPress site and our AngularJS site.
Is this possible with your plugin?
Which of the following methods would you recommend:
Authentication Code
User Credentials (Pro Only)
Client Credentials (Pro Only)
Refresh Token (Pro Only)
OpenID Connect with discovery (Pro Only)I also want it so that when they are logged in and visit the AngularJS site that I can access their username (i.e. this would be possible on the AngularJS site: Welcome, sally12)
I imagine I’ll need to write some code on our AngularJS site to be the client to your plugin or find some code someone else wrote. I wonder if this would work for that part: https://github.com/oauthjs/angular-oauth2
Thanks
The topic ‘Your Plugin and AngularJS’ is closed to new replies.