add createUser mutation

This commit is contained in:
João Geonizeli
2021-08-04 23:06:28 -03:00
parent 30b290514f
commit 964ae85d46
12 changed files with 121 additions and 7 deletions

View File

@@ -8,6 +8,8 @@ module Auth
end
def profile
return nil if jwt_token.blank?
Auth0Client.find_profile(jwt_token)
end
end