Skip to content
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

Open
JeffreyStrahm opened this issue Jun 10, 2019 · 7 comments
Open

Adding authentication/authorization #67

JeffreyStrahm opened this issue Jun 10, 2019 · 7 comments

Comments

@JeffreyStrahm
Copy link

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.

@JeffreyStrahm JeffreyStrahm changed the title Adding authentication Adding authentication/authorization Jun 10, 2019
@dsternlicht
Copy link
Owner

@JeffreyStrahm That's a great idea, I've added a card in RESTool's backlog.
https://github.com/dsternlicht/RESTool/projects/1#card-22817356

@laudibert
Copy link
Contributor

@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?

@dsternlicht
Copy link
Owner

@laudibert No. In this case I'll reopen the issue.

@dsternlicht dsternlicht reopened this May 11, 2020
@febinsathar
Copy link

is someone working on this? i can help. I need this for making my feature live.

@laudibert
Copy link
Contributor

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.

@febinsathar
Copy link

thanks pls share your fork @laudibert

@laudibert
Copy link
Contributor

Here it is: https://github.com/laudibert/RESTool/tree/simple-auth-page
Once again, only works with Basic Auth. But you can surely go from there for anything else.
You also need to set unauthorizedRedirectUrl: '/#/login' in your RESTool configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants