Skip to content

Commit

Permalink
fix: removed WordPress text on plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
affrncsp committed Feb 21, 2024
1 parent 2379dbe commit a062317
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== Affinidi Login - Passwordless Authentication for WordPress ===
=== Affinidi Login - Passwordless Authentication ===
Contributors: affinidi
Tags: authentication, security, multi-factor, oauth2, sso
Requires at least: 6.4
Expand Down
6 changes: 3 additions & 3 deletions wp-affinidi-login.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?php
/**
* Affinidi Login - Passwordless Authentication for WordPress
* Affinidi Login - Passwordless Authentication
*
* A paradigm shift in the registration and sign-in process, Affinidi Login is a game-changing solution for developers.
* With our revolutionary passwordless authentication solution your user's first sign-in doubles as their registration, and all the necessary data for onboarding can be requested during this streamlined sign-in/signup process.
* End users are in full control, ensuring that they consent to the information shared in a transparent and user-friendly manner.
* This streamlined approach empowers developers to create efficient user experiences with data integrity, enhanced security and privacy, and ensures compatibility with industry standards.
*
* @package Affinidi_Login_WordPress
* @package Affinidi_Login
* @category General
* @author Affinidi
* @copyright 2024 Affinidi
* @license https://github.com/affinidi/wordpress-affinidi-login/blob/main/LICENSE
* @link https://www.affinidi.com/product/affinidi-login
*
* @wordpress-plugin
* Plugin Name: Affinidi Login - Passwordless Authentication for WordPress
* Plugin Name: Affinidi Login - Passwordless Authentication
* Plugin URI: https://github.com/affinidi/wordpress-affinidi-login
* Description: A paradigm shift in the registration and sign-in process, Affinidi Login is a game-changing solution for developers. With our revolutionary passwordless authentication solution your user's first sign-in doubles as their registration, and all the necessary data for onboarding can be requested during this streamlined sign-in/signup process. End users are in full control, ensuring that they consent to the information shared in a transparent and user-friendly manner. This streamlined approach empowers developers to create efficient user experiences with data integrity, enhanced security and privacy, and ensures compatibility with industry standards.
* Version: 1.0.0
Expand Down

0 comments on commit a062317

Please sign in to comment.