Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Bitid Authentication

Опис

Bitid Authentication

extends wordpress default authentication with the bitid-protocol

reference

This project is built ontop of code made in other projects:

  • bitid-protocol @ https://github.com/LaurentMT/bitid (forked from https://github.com/bitid/bitid )
  • bitid-php @ https://github.com/conejoninja/bitid-php
  • phpeec @ https://github.com/mdanter/phpecc

Скріншоти

  • Exemple login using bitid

Встановлення

  1. check if the server has the “GMP PHP extension”, if not see if you (or the server admins) can install it.
  2. Upload it to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

Часті питання

Installation Instructions
  1. check if the server has the “GMP PHP extension”, if not see if you (or the server admins) can install it.
  2. Upload it to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
What is bitid?

Bitid is a authentication protocol, where the secret never levave the user.
This is done by the server sending a task to the client, and the client mathematicly prove that it has the secret.
Read more at https://github.com/bitid/bitid

How do i use bitid?

You install a bitcoin in your phone, for exemple mycelium or schildbach.
(There are at the current time no clients in the android market, they are both in a testing phase)
There is also a client for Desktop computers, can be found at https://github.com/antonio-fr/SimpleBitID

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“Bitid Authentication” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Bitid Authentication” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

  • 0.0.0-20140702 First upload
  • 0.0.1-20140702 BitID authentication working, but admin UI is still missing.
  • 0.0.2-20140705 No longer use direct file acess, insted using wordpress functions, see http://ottopress.com/2010/dont-include-wp-load-please/
  • 0.0.3-20140710 No longer require php-option output_buffering to work.
  • 0.0.4-20140710 There is now a UI for adding bitid-addresses to your own account
  • 1.0.0-20151004 Switched from testnet to real, and added support for adding adresses by QR-code
  • 1.0.1-20180505 Refactor OOP