nextauthjs / next-auth

Authentication for the Web.
https://authjs.dev
ISC License
24.09k stars 3.33k forks source link

ClickUp Provider #8475

Open black-arm opened 1 year ago

black-arm commented 1 year ago

Description 📓

Hi everbody! Can I create a OAuth Provider for ClickUp?

How to reproduce ☕️

I want create a OAuthConfig for OAuth ClickUp

export default funtion ClickUp(
    config: OAuthUserConfig<ClickUpProfile>
): OAuthConfig<ClickUpProfile> {
    return {
        //here I create OAuthObject
    }
} 

Contributing 🙌🏽

Yes, I am willing to help implement this feature in a PR

black-arm commented 1 year ago

Please, Can we open a discussion on this issue and give me this task? @iaincollins 😃