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

Add Token-Based Authentication #81

Open
sfkeller opened this issue May 26, 2016 · 0 comments
Open

Add Token-Based Authentication #81

sfkeller opened this issue May 26, 2016 · 0 comments

Comments

@sfkeller
Copy link

Token-Based Authentication is another method to secure web services (see also #80 for BasicAuth and NTLM). A simple implementation could be, that there is a key/value field to be filled in by the user in the service configuration. This is the parameter to be added to the http service calls. When the service call returns that the token was expired, the dialog is shown to the user and he can enter a new one.

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

No branches or pull requests

2 participants