If you can write the non-wp site to work with the users and usermeta table then you can use wordpress to create and verify the login cookies. If this is not an option, you can do something along the lines of checking for the login information from the other site in wordpress and if it exists and is in the proper format, use wp_signon()
to create the wordpress login cookie.
Related Posts:
- esc_attr() right way and use
- Enforcing password complexity
- Does My Child-Theme Functions.php Need if{die} Security In It? [duplicate]
- Create a global variable for use in all templates
- Add extra field to users
- How Attackers write script into my php files?
- Integrating WordPress to my website, while keeping my own authentication system
- Display user’s total comment count outside The Loop
- Changing user_nicename
- How to auto login user again after change user_login
- What is the most efficient way to search users by their display name?
- Renaming wp-content folder dynamically
- Can i check if user is doing any ajax request?
- Network installation giving errors when viewing or adding a user
- Security – Ajax and Nonce use [closed]
- Showing user ID on user main page from screen options
- Getting the Current User
- Can I write ‘RewriteCond’ using ‘functions.php’?
- How do I hide specific user profile fields?
- Is it unsafe to put php in the /wp-content/uploads directory?
- Authenticating to WordPress, using my own authentication two-factor system
- How to track a users progress through pages by inserting data into WordPress Database?
- automated tests as a user?
- How can I default to all WordPress roles when parameter is not included in shortcode?
- Sanitize get_query_var() url parameters
- there’s a way to include a minimal WP for check only the current user, its roles (caps?) and then release/free it?
- Delete option value from array using update_option()
- When must I use and verify nonce?
- get_users(…) only returns one user
- Hiding WordPress Plugin Source Code
- Is this code malidcous
- List User order by ID in Descending order (Backend)
- Warning: Use of undefined constant HTTP_USER_AGENT – assumed ‘HTTP_USER_AGENT’ (this will throw an Error in a future version of PHP)
- Admin username and password
- Get all user meta by meta key instead of ID
- Evaluations of two wordpress security plans against php code injection attack
- How to get a list of all possible values of a specific user meta key?
- WordPress custom login form using Ajax
- User’s total comment count excluding comments on their own posts
- User management system similar to wordpress one?
- Detect session/cookie variable in wordpress to prevent access to documents
- Show all posts by author
- Is there any risk setting WordPress file permissions and FS method to ‘direct’ on localhost?
- SQL Injection blocked by firewall
- How to prevent XSS alter custom global javascript object & methods in WordPress
- Custom user login page by creating a plugin
- Programmatic Login from 3rd Party site
- Add New User, extra fields which are required?
- user_profile_update_errors hook not executing
- Modify user profile data through scripting?
- Generating an nonce for Content Security Policy and all scripts – How to make it match/persist for each page load?
- Deny php execution in /wp-includes – using .htaccess in /wp-includes VS root folder
- Use WP user status (logged_in) to manage access to independent application
- Add another role to a user when they click a button?
- Query to show average # of months all accounts with specific role have been active
- is_user_logged_in() not working in homepage
- wordpress more than one ajax request at the same time issue
- (Who to follow) Twitter widget
- Can’t get_users info by using json_encode
- Editable Student file associated with basic User ID
- Adding users to another blog
- Changing WordPress author name in database
- Matching multi user
- Retrieve $_POST data to send to javascript without using localize script
- Previewing/Updating some Pages causes “The requested URL was rejected” Error
- Private messaging – Getting and displaying the avatar/url of a message recipient
- Updating custom user meta
- What is the best practice for restricting a section to logged in users?
- Loop 1 user randomly
- Update only some custom user fields
- List users in a dropdown for login
- How to set max users to 17.000
- Trying to display user meta by “name” – not by “ID”
- main menu page redirects to user ID
- How to ‘remember’ a site member’s last visited page?
- How to connect database table to each registered wordpress user.
- Adapting a php array to WordPress
- Get author meta of all writers
- Let users register weight each day and save it in DB
- Display a list of users with avatar filterable with alphabets
- Cross origin ajax request always returns 0 when calling get_current_user_id();
- Parse error: syntax error, unexpected ‘}’ in C:\wamp64\www\Proiect\aplicatie\user_check.php on line 18 [closed]
- How to quickly/easily make an analysis (reverse engineering) of WordPress?
- Forbid certain users to access a specific page
- Check if username doesn’t exists
- One folder to be accessible by one user
- WP query with variables gives no result for specific user
- Import users and custom user meta from csv
- How to lock users account until approvation
- rest_cannot_create_user – Sorry, you are not allowed to create new users. CURL WORDPRESS REST API
- Getting invalid user ID error when creating a new user with wp_insert_user
- How to create a User Role and give permission to only use Web Stories plugin?
- How to create custom user role without plugin?
- PHP Works only for logged in users: [closed]
- Custom Admin Menu Report for Specific User ID
- what to do after instlling cyberpanel on VPS
- How to add custom user role into wordpress
- Redirect WordPress page to the latest created post by the logged in author/user
- Only registered users can see part of the contents of single.php
- change Dashboard default page on login