Closed pelletier197 closed 2 years ago
Hi @jimmyjames. Sorry for bothering you again with one of these, but I currently have no alternative. The branding API is not available in the SDK, and it is also only possible to update the universal login page by using the Management API, as stated here: https://auth0.com/docs/customize/universal-login-pages/universal-login-page-templates
You can update the ULP templates only using the Management API
If you're not available to review it, can someone else than you review these? Appreciate the help!
Hi @jimmyjames. Sorry for bothering you again with one of these, but I currently have no alternative. The branding API is not available in the SDK, and it is also only possible to update the universal login page by using the Management API, as stated here: https://auth0.com/docs/customize/universal-login-pages/universal-login-page-templates
You can update the ULP templates only using the Management API
If you're not available to review it, can someone else than you review these? Appreciate the help!
@pelletier197 I'm sorry for the delay - we really appreciate your contributions 🙇! I'm reviewing this now, will follow up shortly.
We're targeting cutting a minor release next week - want to add support for the Attack Protections APIs early next week, then release a new minor. Thanks again!
Changes
Added the support for Branding entities which were not supported yet: https://auth0.com/docs/api/management/v2#!/Branding/get_branding
This includes adding a few classes
Testing
I used the following code snippet to test this:
Eveything is also unit tested according to the project standards.
Checklist