README.md

pam: Pluggable Authentication Module support for R

===

Usage

Persistent/longer:

pam <- new("pam", "service")
pam$authenticate("user1", "pw1")
pam$authenticate("user2", "pw2")

Shorter:

pam.auth("service", "user", "pw")

===

Acknowledgment:

Design and implementation borrowed heavily from the Ruby rpam gem: https://github.com/canweriotnow/rpam-ruby19



johnlaing/pam documentation built on May 19, 2019, 5:15 p.m.