Posts tagged 'tutorial-php'
-
Adding single sign-on to a Laravel app using Socialite and OIDC
Single sign-on (SSO) is a session and user authentication technique that permits a user to use one set of login credentials to authenticate with multiple apps. SSO works by establishing trust between a service provider, usually your application, and an identity provider, like FusionAuth.
READ MORE -
How to Set Up Single Sign-On Between FusionAuth and WordPress
User authentication is one of the most important parts of building any application, and almost every application features some sort of authentication. However, it quickly gets difficult to manage authentication when you have multiple related but independent applications to maintain.
READ MORE -
How to Set Up Single Sign-On Between FusionAuth and Joomla
When you are maintaining a large number of websites, it can be difficult to keep track of all of the administrator logins required. What’s more, it can lead to lapses in security if you’re constantly losing and having to reset your password, or worse, keeping them written down somewhere.
READ MORE -
How to migrate your legacy user data to a centralized auth system
Once you have migrated an application to use a modern identity provider, how can you migrate your users?
READ MORE -
Securing your legacy PHP business application with OAuth
Sometimes applications get written by interns. Sometimes prototypes get put into production. Sometimes crufty old apps, called “legacy” by some, are termed “money makers” by others. Once you introduce an auth system such as FusionAuth, you typically want to have all applications use it, even those not written with OIDC/OAuth in mind.
READ MORE -
User registration and sign-in with Laravel and FusionAuth
Laravel is one of the most popular PHP application frameworks in the marketplace today. While it includes a simple authentication model, most large-scale applications will outgrow it pretty quickly. FusionAuth pairs well with Laravel because it can handle more complex user authentication models, roles, single sign-on, and more.
READ MORE -
How to integrate with FusionAuth using PHP
FusionAuth is a ubiquitous authentication, authorization, and user management solution that can be deployed on any platform and integrated with any programming language. In this tutorial, we’re going to demonstrate how to integrate FusionAuth with PHP.
READ MORE