-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding authentication/authorization #67
Comments
@JeffreyStrahm That's a great idea, I've added a card in RESTool's backlog. |
@dsternlicht Is this feature a work in progress? I need Basic Auth done by the users themselves and was going to add it in my fork but maybe things are already in progress for this? |
@laudibert No. In this case I'll reopen the issue. |
is someone working on this? i can help. I need this for making my feature live. |
I have a very simple Basic Auth implemented on a fork. I don't know if that's what you're looking for but if it is, I can help with what I have. |
thanks pls share your fork @laudibert |
Here it is: https://github.com/laudibert/RESTool/tree/simple-auth-page |
It would be nice if we could make users authenticate themselves. Maybe add a username and password field, with the password field replacing the characters with dots. That way this could be a more widely used interface that could be used by teams that need to limit what people can do.
The text was updated successfully, but these errors were encountered: