karolherbst / Gamekeeper-Framework

Library for hooking up game stores and merging them into one single library
GNU Lesser General Public License v2.1
2 stars 0 forks source link

Multiple login methods #116

Closed karolherbst closed 9 years ago

karolherbst commented 9 years ago

This is some infrastructure stuff to support multiple login methods for a store. This will be required to implement OAuth or OpenID based mechanisms besides the "normal" http form stuff.

oauth branch of the files project required.

Jookia commented 9 years ago

Design-wise, it still assumes in the API that there's going to be a username and password with the method which might not be the case, such as loggining in with just your email thanks to OpenID.

karolherbst commented 9 years ago

this needs to be reworked after we have our new config file scheme