lucidsoftware / sample-lucid-rest-applications

Example REST API apps for Lucid (lucid.app)
Apache License 2.0
1 stars 0 forks source link

redirect url #5

Open bhomass opened 1 week ago

bhomass commented 1 week ago

what redirect url should I fill in on the lucid developer portal?

is it http://localhost:4000/redirect

blackburn32 commented 3 days ago

You can register whatever url you would like to have users return to after they grant permissions to your app from Lucid's OAuth page. More info here.

http://localhost:4000/redirect would be valid to use during your development (provided you're serving a page at that URL on your localhost machine)