jasonmlutz / votey

React-Rails implementation voting/poll app.
0 stars 0 forks source link

Update api/v1/users_controller to not expose session_token #48

Closed jasonmlutz closed 3 years ago

jasonmlutz commented 3 years ago

Only user fields that should be needed for current applications are username and id. Admin is not currently used; see #24 .