English 中文(简体)
REST 标注
原标题:REST API authentication tokens

我把我的第一个教育、科学和技术预报软件从零开始,并试图理解处理APIC信号的最佳方式。 我不谈“用户认证”(我会为此使用奥阿瑟)。 我谈论的是公共/私人象征性的,即申请是用来证明自己,以便我的促动者能够决定申请是否首先允许使用该软件。

某些抗标语资源将提供给任何有有效标语的人,有些则需要奥阿特认证。 我将就高级别工作组与安执委会沟通,但我仍然希望确保我遵循某种标准,以回头和 forth。

问题回答

您实际上谈论的是用户认证,认为它不是。

I m talking about public/private tokens that an application uses to identify itself so that my API can decide whether or not the application is allowed to use the API in the first place.

这种用户认证——这只是说“用户”是使用你的标语。

如果OAuth公司有足够的时间去做你们所需要的一切(而且你可能要检查!),那么你就应该开始把另一种习俗认证方法添加到皇家警察部队。 相反,站在巨头的肩上,使用Basic Authentication,因为指其为。 你的工具、玩具和美术协会客户将感谢你。





相关问题
Allow RESTful DELETE method in asp.net mvc?

im currently setting up asp.net to accept DELETE http verb in the application. However, when i send "DELETE /posts/delete/1" i always get a 405 Method not allow error. I tried to take a look at ...

Most appropriate API for URL shortening service

I ve just finished an online service for shortening URLs (in php5 with Zend Framework); you can enter an URL and you get an short URL (like tinyurl and such sites). I m thinking about the API for ...

Use HTTPClient or HttpUrlConnection? [closed]

We re implementing a REST client on JRE 1.4. Seems two good options for a client REST framework are HttpClient and HttpUrlConnection. Is there a reason to use HttpClient over the JRE s ...

Why can t I find the truststore for an SSL handshake?

I m using the Spring RESTTemplate on the client side to make calls to a REST endpoint. The client in this case is a Spring app and Tomcat is the servlet container. I m running into issues making a ...

Which Http redirects status code to use?

friendfeed.com uses 302. bit.ly uses 301. I had decided to use 303. Do they behave differently in terms of support by browsers ?

Three Step Buyonline The RESTful way

We are re-developing our buyonline functionality and we are doing it the RESTful way. The process is a three step one and the customer is asked to enter data at each step. Let s say the three URL s ...

热门标签