Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

SimpleAuthSingleSignOnProvider implementation #43

Merged
merged 1 commit into from
Feb 16, 2014
Merged

Conversation

kornifex
Copy link
Contributor

Hi,

@amarcadet and I implemented a first version of the SSO provider to fix issue #17.
The basic design of it tries to follow your ideas with the handleCallback ; keep in mind that this is the basic structure and I will submit a second PR with an implementation for Facebook. :)

@calebd
Copy link
Owner

calebd commented Feb 16, 2014

Love it. I'd like to propose a change though. After thinking about it, it might be better to make SimpleAuthSingleSignOnProvider a protocol instead of a class. That would simplify some of the logic inside of SimpleAuth.m and also ensure that any provider class that conforms to the protocol implements handleCallback:. What do you think? I can make the change if that makes sense to you.

@amarcadet
Copy link
Contributor

Protocol would clearly make more sense! 👍

@calebd calebd merged commit 5f8b3fc into calebd:master Feb 16, 2014
@amarcadet amarcadet deleted the sso branch April 10, 2014 18:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants