Skip to content

Releases: Samyoul/U2F-php-server

U2F PHP Server 1.1.4

Choose a tag to compare

@Samyoul Samyoul released this 26 Oct 13:30
0625202
Merge pull request #2 from mbarbey/master

fix issue when there is more than one U2F key registered

U2F PHP Server 1.1.3

Choose a tag to compare

@Samyoul Samyoul released this 14 Dec 11:53
v1.1.3

JsonSerialized SignRequest and fix public property access bug

U2F PHP Server 1.1.2

Choose a tag to compare

@Samyoul Samyoul released this 13 Dec 22:10
v1.1.2

Replaced toString with jsonSerialize() on RegistrationRequest

U2F PHP Server 1.1.1

Choose a tag to compare

@Samyoul Samyoul released this 13 Dec 21:37
v1.1.1

Added toString to RegistrationRequest

U2F PHP Server 1.1.0

Choose a tag to compare

@Samyoul Samyoul released this 13 Dec 16:33

Updated namespace from:

Samyoul

To:

Samyoul\U2F\U2FServer

U2F PHP Server 1.0.0

Choose a tag to compare

@Samyoul Samyoul released this 12 Dec 22:54
v1.0.0

Authenticaton example tweak