IoTKETI / Mobius

oneM2M IoT Server Platform
http://developers.iotocean.org/archives/module/mobius
BSD 3-Clause "New" or "Revised" License
134 stars 87 forks source link

Authentication over Rest Api #12

Open kamranIoTDeveloper opened 6 years ago

kamranIoTDeveloper commented 6 years ago

Hi, I have a query regarding authentication over REST API. Is there any process for authenticating client over Rest API. e.g. username/password or Token.

beaver71 commented 6 years ago

No authentication mechanism is implemented in this oneM2M server, so I forked to https://github.com/beaver71/Mobius and added a Basic Authentication

kamranIoTDeveloper commented 6 years ago

@beaver71 Thanks

uguraba commented 4 years ago

It there a way that using opensource authentication server which communicating Mobius via REST API ?