I'm kind of lost on how to implement Webflow's OAuth2 with NextJS app router>
Currently stuck on sending a POST request to their access_token endpoint to receive the data I need to authorize API requests from a user's token
Tried to figure this out through searching on google, but probably couldn't ask the correct question so thought I'd ask here. On google I get results that use popular oauth services such as Google, Github, etc.
Webflow's one is not prebuilt by popular libaries like Auth.js