Get Logo From User Org
Hi guys,
I'm just wondering if it's possible to retrieve the organization logo (or logo link) from the organization object in next.js. I'd like to be able to display the user's logged in organization logo within my app but I'm not sure if or how that's possible.
2 Replies
Hi,
Not directly from the token, you would have to use the management API to get the logo.
https://kinde.com/api/docs/#get-organization
We are releasing a feature soon which will allow you to add this to the token.
You can register for interest here: https://discord.com/channels/1070212618549219328/1070212618549219331/1300621692217065503
Ok great, using the management API should definitely work for now. Thanks for your reply.