EasyRecon/Hunt3r

View on GitHub
backend/app/views/auth/auth.json.jbuilder

Summary

Maintainability
Test Coverage
json.Authorization @token
json.user do
  json.extract! @user, :id, :email, :role, :created_at
end