-
Notifications
You must be signed in to change notification settings - Fork 0
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
Test other authentication mechanism #8
Comments
What about HTTPS and a GET-Endpoint which delivers an API-token that has to be send in every request as a custom header (rmt-auth: 123ab23d312c231af131)? With this method cookies are not required for the client and it is easier to write applications that will not run in a browser. I don't like O-Auth from the usability-perspective. |
I think HTTPS is a different aspect of security which is also important but not related to authentication. Why dont't you like O-Auth from the usability-perspective? It would be a token based authentication mechanism and it seems to be the easiest entrypoint for users? |
In O-Auth, the users wants to log in on one page (frontend) and is redirected to another page (backend), which I think is confusing. Wait, do you mean O-Auth in combination with a Facbook/Google-account? In this case I think it would be pretty nice. Also what about non-human users? Do they need a separate auth-mechanism? |
I think this "confusion" could be hidden from the user if i understand O-Auth correct, but i thought about the combination with a Google/Facebook/Github-Account. So no one have to create a useraccount and we have only valid users. Why do we need non-human accounts? |
Login with Google/Facebook/Github-Account: +1 |
Currently basic authentication is used to authenticate in the api.
I'm not sure if that's the best way in a server-client application.
Other authentication mechanisms like oauth should be tested.
The text was updated successfully, but these errors were encountered: