DevSpeak / hasura-simple-auth

Simple Auth Server For Signup & Login Mutation
MIT License
32 stars 7 forks source link

Add react-admin admin GUI for user management tasks #6

Open mnlbox opened 5 years ago

mnlbox commented 5 years ago

@DevSpeak Now Hasura support react-admin I think it can be useful if this hasura-simple-auth can support user management task (create user, role, reset users password, ...) thought a GUI admin panel.

What is your opinion?

DevSpeak commented 5 years ago

I have no plans on supporting any GUI admin panel, as for this repo there is no reason to do it. Its sole purpose is to provide auth functionality for use with example React-Apollo.

I would like to hear if you have any ideas for queries/mutations that should be included.

mnlbox commented 5 years ago

This repo is very good as an example but I think for production use we need GUI admin for simplify user membership tasks.