gitit
gitit copied to clipboard
Gitlab Auth Handler
Hi,
Just wondering how i'd go about adding a gitlab auth handler to gitit? would it be involved? I'm happy to have a go and make a PR once finished if i could get some guidance.
Cheers,
Morgan
In theory you should only have to copy Github.hs
and then change some paths and names, like orgs
to projects
and such.
If you start on it I wouldn't mind helping you out with any issues.
So I've had a go and realised i actually have no idea what i'm doing. I changed the githubapi urls and changed orgs...
Also, if i want to add my net Gitlab.hs as an auth module, how do i do that in the codebase?
All help is greatly appreciated :)