Xcreen / RestSMS

RestSMS starting a Rest-API-Service on your Android-Device for sending SMS
https://xcreen.space
MIT License
82 stars 24 forks source link

authentication with token #10

Closed freeacetone closed 1 year ago

freeacetone commented 1 year ago

To send a SMS you can point to your address and use the /send-Endpoint (eg. http://127.0.0.1:8080/send). You have to send phoneno and message and if you enable authentication also token as post-parameter (you can use form-data and also x-www-form-urlencoded).

How I can enable authentication with token? Settings not contains this option.

Thanks for nice app!

Xcreen commented 1 year ago

Its currently just in the master-branch and has no release yet.

It will be included in the 2.4.0 release.

freeacetone commented 1 year ago

Oh nice. Thanks.