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

De-couple Discovery from the Begin() process in Auth_Openid_Consumer #6

Closed
ccazette opened this issue May 7, 2010 · 1 comment
Closed

Comments

@ccazette
Copy link

ccazette commented May 7, 2010

It'd be better to have the initial Yadis discovery running in a separate method from the begin() method. That way you could still use this new discovery() method to check if the endpoint is valid without triggering the all authentication process. That would also allow to use a different discovery method.

A simple fix could be to rename have all the begin() logic in a discover() method, and have begin() calling this method and then calling beginWithoutDiscovery() if the endpoint is found or returning NULL if not.

@timcappalli
Copy link
Member

This repo is being archived. Closing issue.

@timcappalli timcappalli closed this as not planned Won't fix, can't repro, duplicate, stale Jul 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants