Dodatak nije testiran s zadnje 3 glavna izdanja WordPressa. Možda ga se više ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama WordPressa.

Digilan Token

Opis

Turn your WordPress site into a third party for authentication services.

Features

  • Registration and login with Facebook, Google and Twitter.
  • Simple to setup and use.
  • Record user connections in a table with data filtering and csv export.
  • Display your authentication buttons in any page with widgets.

API

  • Create session: DigilanToken::initialize_new_connection()
  • Authenticate: DigilanToken::authenticate_ap_user_on_wp()
  • Validate: DigilanToken::validate_user_connection()
  • Delete user data: DigilanTokenUser::forget_me()
  • Configure: DigilanTokenActivator::get_ap_settings()

Usage

  • Configure your social providers.
  • Add your social authentication buttons with a shortcode or a widget.
    ** To display for example google and facebook given the fact you configured those two providers:
    [digilan_token google=”1″ facebook=”1″]
  • To use the plugin as a widget, go to “Appearance > Widgets” in the admin panel.
  • Under “Available widgets” section find “Digilan Token Buttons” and “add widget”, then select the providers you want to display.

Snimke zaslona

  • Access point configuration panel
  • Connection logs panel

ČPP

How do I activate all the plugin’s features? Enter the pin code you received with your access point.

Recenzije

Pročitajte 1 recenziju

Suradnici i Programeri

“Digilan Token” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

Prevedite “Digilan Token” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Dnevnik promjena

1.0

  • Initial version.
  • First review