From f04b0f1a527ec99a200540277e183cddecbef713 Mon Sep 17 00:00:00 2001
From: Robert Kaiser
Date: Sat, 4 Feb 2017 12:59:12 +0100
Subject: [PATCH] add a few markers
---
fosdem2017/index.html | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/fosdem2017/index.html b/fosdem2017/index.html
index 2733a65..8530779 100755
--- a/fosdem2017/index.html
+++ b/fosdem2017/index.html
@@ -67,11 +67,11 @@
-What iswas Persona?
+What iswas Persona?
-
Login/Identity solution by Mozilla, 2011-2016
+
Login/Identity solution by Mozilla, 2011-2016
- Decentralized / Federated (with Fallback)
- Multiple identities
@@ -81,7 +81,7 @@
- Permission-less
See
-blog post by François Marier
+blog post by François Marier (feeding.cloud.geek.nz)
@@ -91,11 +91,11 @@ blog post by François Marier
- - Easy to implement
- - Trusted identification
- - Avoid dealing with how to secure passwords
- - No lock-in (identification via email?)
- - Privacy (not telling every login attempt to a big company)
+ - Easy to implement
+ - Trusted identification
+ - Avoid dealing with how to secure passwords
+ - No lock-in (identification via email?)
+ - Privacy (not telling every login attempt to a big company)
@@ -125,8 +125,8 @@ blog post by François Marier
Mozilla Persona
Firefox Accounts
Facebook, Google, GitHub, ...
- Other OAuth2 providers
- OpenID Connect (OIDC) providers (based on OAuth2)
+ Other OAuth2 providers
+ OpenID Connect (OIDC) providers (based on OAuth2)
Other/older providers/standards (OAuth1, ...)
Intermediates, e.g. Auth0
@@ -171,9 +171,9 @@ blog post by François Marier
- - OAuth2 API (potential extension to OIDC later), using oauth2-server-php
- - Password storage with password_hash (currently bcrypt) + nonce, auto-upgrade on login
- - Relatively easy to install on Linux with Apache + PHP5/PHP7 + MySQL (Other DBs should be easy to support)
+ - OAuth2 API (potential extension to OIDC later), using oauth2-server-php
+ - Password storage with password_hash (currently bcrypt) + nonce, auto-upgrade on login
+ - Relatively easy to install on "LAMP" (Linux with Apache + MySQL + PHP5/PHP7)
- Doctrine DBAL for DB abstraction,
php-utility-classes for email and DOM document abstraction
- Skinnable to brand installation to fit operator
@@ -187,9 +187,9 @@ blog post by François Marier
- - Only Authorization Code flow supported right now, oauth2-server-php can do Client Credentials as well as OIDC, should not be too hard to add.
- - Tested with Apache and MySQL for now, other web and DB servers should be possible easily.
- - Rudimentary documentation exists in the main README.
+ - Only Authorization Code flow supported right now, oauth2-server-php can do Client Credentials as well as OIDC, should not be too hard to add.
+ - Tested with Apache and MySQL for now, other web and DB servers should be possible easily.
+ - Rudimentary documentation exists in the main README.
- Languages supported are US English (default) and German, detected via Accept-Language sent by browser.
- Testing is done by running logins with KaiRo's websites (2 different client implementations).
- Special Thanks to Christoph Zauner for doing a review that didn't find any actual security issues (but some minor comments).
@@ -204,12 +204,12 @@ blog post by François Marier
- - Implementation of OIDC and perhaps Client Credentials flows.
- - Setting up a test suite and infrastructure.
- - Writing more complete documentation.
- - More languages?
+ - Implementation of OIDC and perhaps Client Credentials flows.
+ - Setting up a test suite and infrastructure.
+ - Writing more complete documentation.
+ - More UI languages?
- More installations?
- - Your ideas and pull requests!
+ - Your ideas and pull requests!
--
2.43.0