stretchr / gomniauth

Authentication framework for Go applications.
MIT License
639 stars 52 forks source link

Gitlab provider #34

Closed bscott closed 9 years ago

bscott commented 9 years ago

First take at this, most of the code is from the Github provider, Gitlab API docs are not that great.

Thoughts?

bscott commented 9 years ago

Issue #31

bscott commented 9 years ago

Testing with GoWeb Example app

bscott commented 9 years ago

After Authorizing via Gitlab, when return to the redirect_uri of the GoWeb Example App, the following error is returned.

Error in auth/{provider}/callback - 0x3b00

gomniauth: Auth server responded with error 'Server replied with 404 Not Found.'.

*common.AuthServerError error in Handler 0xc20827bc80

auth/{provider}/callback - 0x3b00 
matryer commented 9 years ago

Is this ready to go in?

bscott commented 9 years ago

@matryer Yes I believe so