auth0 Rules are getting deprecated; does this affect {auth0} package?
Opened this issue · 1 comments
I received an email from auth0 stating that Rules are being deprecated in 18 months. I don't know if this is relevant, but I just wanted to make sure that {auth0} isn't affected by this.
Hey Dean,
Not sure if auth0 current R package uses Rules at all, but I have just faced a challenge with auth0 regarding Rules being deprecated so I'll leave the comment here for everyone's benefit.
I needed to bring over user and app metadata so the way to do it was via Rules (javascript) but now it has to be done via Actions. There is actually a good post in auth0 website to translate rules into actions and there is an example about appending user and app metadata into the info that gets sent out after logining in. I used that to build my use case and it worked.
Here is the link