mpangrazzi / pepper

Tiny JS client library for CoovaChilli JSON Interface
MIT License
27 stars 6 forks source link

PAP support is broken #9

Open mpangrazzi opened 8 years ago

mpangrazzi commented 8 years ago

PAP support is broken.

Right now we're sending password in cleartext instead of using challenge (as for CHAP). However, after looking at those sources, it seems that CoovaChilli is expecting an encoded password (using challenge) instead.

We have to reimplement PAP support in a more decent way.