robdimarco / omniauth_crowd

An OmniAuth provider for Atlassian Crowd REST API
MIT License
30 stars 21 forks source link

Style login page #25

Open hut8 opened 8 years ago

hut8 commented 8 years ago

I see this gem doesn't use the CrowdID OpenID provider; it uses the Crowd REST API. So therefore this needs to have its own login form, which I understand. It looks like it can't be customized, because it uses OmniAuth::Form, and the OmniAuth::Strategies::Crowd#get_credentials method from omniauth_crowd creates it. Am I missing something here? The default form, which I think is otherwise only used for the development strategy is ugly (not your fault :smile: )

robdimarco commented 8 years ago

No you have it right. I'd be happy to take a patch to fix it.