The authentication tag has no wiki summary.
3
votes
1answer
2k views
How to use WordPress authentication on non-WordPress page?
I have a site based on WordPress. This site has some functions for member only. One of the functions is a external script and I believe anyone can access this without authentication.
I can add ...
3
votes
1answer
863 views
Create API for single sign-on with 3rd party site
My site needs to integrate with a 3rd party software, which will live on its own sub-domain, hosted by the software company. I need to provide the 3rd party developers with an endpoint that they can ...
1
vote
1answer
872 views
Is it possible a one click user registration with Facebook or Twitter (or other Social Networks)?
Would it be possible to create a wp user by signin up with Facebook connect? (And through Twitter app, and eventually other major social networks? Facebook is most important, then Twitter, the rest ...
3
votes
1answer
671 views
How to transition cookies from .subdomain.domain.com to .domain.com with minimal impact on users?
I need to extend the cookies of a subdomain.domain.com to all of the domain.com's subdomains (.domain.com in cookie terms).
I am trying to minimize the impact of this transition. It seems that ...
0
votes
2answers
153 views
Authentication for wordpress website
i am developing android app for website, and have done coding for login page which contains username and password for my website(Job Roller), i have stuck up in validating and authenticating the ...
2
votes
1answer
2k views
Can I programmatically login a user without a password?
I'm manually creating users programmatically, and I want to sign in the newly created user. WP makes it easy to access the hashed password, but not the plaintext version. Is there a way to use ...
0
votes
3answers
432 views
How do I require authorization / login to view a specific set of posts / pages?
I am working on a wordpress site for a client who wants an internal 'intranet' for his employees. The basic needs are:
Communicate things in-house
House important company documents
Provide quick ...