You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library doesn't appear to have support for the branding theme API endpoints used to get/set custom theme settings for universal login
Describe the ideal solution
Add support for these endpoints
Alternatives and current workarounds
No response
Additional context
We're making use of this library to sync settings with our Auth0 tenants and now have need of these API endpoints. The specific endpoints we need to utilize are:
I've had a look at the code for this project and had a go at implementing these changes myself in a branch here: branding-theme-support
I don't have much experience with C# though (and didn't write any tests) so I'm not sure if this is a suitable starting point for this feature or not. More than happy to open a Pull Request if that's helpful!
The text was updated successfully, but these errors were encountered:
Checklist
Describe the problem you'd like to have solved
This library doesn't appear to have support for the branding theme API endpoints used to get/set custom theme settings for universal login
Describe the ideal solution
Add support for these endpoints
Alternatives and current workarounds
No response
Additional context
We're making use of this library to sync settings with our Auth0 tenants and now have need of these API endpoints. The specific endpoints we need to utilize are:
I've had a look at the code for this project and had a go at implementing these changes myself in a branch here: branding-theme-support
I don't have much experience with C# though (and didn't write any tests) so I'm not sure if this is a suitable starting point for this feature or not. More than happy to open a Pull Request if that's helpful!
The text was updated successfully, but these errors were encountered: