Mobius
Mobius copied to clipboard
Authentication over Rest Api
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.
No authentication mechanism is implemented in this oneM2M server, so I forked to https://github.com/beaver71/Mobius and added a Basic Authentication
@beaver71 Thanks
It there a way that using opensource authentication server which communicating Mobius via REST API ?