Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add an openidish mechanism for proving that you own a given user_id #765

Merged
merged 2 commits into from May 5, 2016

Conversation

NegativeMjark
Copy link
Contributor

Doesn't actually fully implement open id yet. but the intention is that response format could be made compatible with that expected from open id.

However it does have enough machinery to prove ownership of a given user_id which is probably a good start.


Request:

POST /user/{user_id}/openid/token?access_token=... HTTP/1.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't feel obvious that this is provisioning a new token, rather than something else.

Maybe GET or /openid/provision_token?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eww. Would still prefer at least /user/{user_id}/openid/request/token or something, anything really

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done 573ef3f

@erikjohnston
Copy link
Member

LGTM

@NegativeMjark NegativeMjark merged commit 1f590f3 into develop May 5, 2016
@richvdh richvdh deleted the markjh/open_id branch December 1, 2016 14:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants