Changeset 945790
- Timestamp:
- 07/09/2014 08:12:33 PM (12 years ago)
- Location:
- bitid-authentication
- Files:
-
- 1 added
- 1 edited
-
assets/screenshot-1.png (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bitid-authentication/trunk/readme.txt
r945785 r945790 9 9 10 10 == Description == 11 Bitid Authentication 11 = Bitid Authentication = 12 12 extends wordpress default authentication with the bitid-protocol 13 13 14 14 == Installation == 15 1. check if the server has the "GMP PHP extension", if not see if you (or the server admins) can install it.16 2. Upload it to the `/wp-content/plugins/` directory17 3. Activate the plugin through the 'Plugins' menu in WordPress15 1. check if the server has the "GMP PHP extension", if not see if you (or the server admins) can install it. 16 2. Upload it to the `/wp-content/plugins/` directory 17 3. Activate the plugin through the 'Plugins' menu in WordPress 18 18 19 19 == Frequently Asked Questions == 20 20 = What is bitid? = 21 Bitid is a authentication protocol, where the secret never levave the user.22 This is done by the server sending a task to the client, and the client mathematicly prove that it has the secret.23 Read more at https://github.com/bitid/bitid21 Bitid is a authentication protocol, where the secret never levave the user. 22 This is done by the server sending a task to the client, and the client mathematicly prove that it has the secret. 23 Read more at https://github.com/bitid/bitid 24 24 25 25 = How do i use bitid? = 26 You install a bitcoin in your phone, for exemple mycelium or schildbach.27 (There are at the current time no clients in the android market, they are both in a testing phase)28 There is also a client for Desktop computers, can be found at https://github.com/antonio-fr/SimpleBitID26 You install a bitcoin in your phone, for exemple mycelium or schildbach. 27 (There are at the current time no clients in the android market, they are both in a testing phase) 28 There is also a client for Desktop computers, can be found at https://github.com/antonio-fr/SimpleBitID 29 29 30 30 == Changelog == … … 37 37 38 38 == Screenshots == 39 no Screenshots yet :-( 39 1. Exemple login using bitid 40 40 41 41 == reference ==
Note: See TracChangeset
for help on using the changeset viewer.