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
I don't like the fact that I need to use the symbolize_keys(rails method), can we check if the keys for the hash has symbols or strings, if strings then we can convert them into symbols.
I am not sure if this even makes any sense, but if it looks reasonable and valid then I would like to contribute to it :)
The text was updated successfully, but these errors were encountered:
rabajaj0509
changed the title
Need to symbolize_keys everywhere!
Need touse symbolize_keys everywhere!
Sep 9, 2019
rabajaj0509
changed the title
Need touse symbolize_keys everywhere!
Need to use symbolize_keys everywhere!
Sep 9, 2019
I agree with @jtara. This is an implementation detail specific to the application of @rahulbajaj0509. The ActiveSupport dependency won't be introduced.
I am trying to use the
jwks_loader
function which looks something like:I don't like the fact that I need to use the
symbolize_keys
(rails method), can we check if the keys for the hash has symbols or strings, if strings then we can convert them into symbols.I am not sure if this even makes any sense, but if it looks reasonable and valid then I would like to contribute to it :)
The text was updated successfully, but these errors were encountered: