2 releases

Uses old Rust 2015

0.1.1 Jul 24, 2022
0.1.0 Jul 23, 2022

#456 in Authentication

Download history 272/week @ 2023-12-06 223/week @ 2023-12-13 116/week @ 2023-12-20 63/week @ 2023-12-27 243/week @ 2024-01-03 200/week @ 2024-01-10 288/week @ 2024-01-17 198/week @ 2024-01-24 376/week @ 2024-01-31 252/week @ 2024-02-07 262/week @ 2024-02-14 284/week @ 2024-02-21 385/week @ 2024-02-28 240/week @ 2024-03-06 276/week @ 2024-03-13 244/week @ 2024-03-20

1,232 downloads per month
Used in pam-ssh-agent

MIT license

23KB
418 lines

pam-rs

Rust interface to the pluggable authentication module framework (PAM).

The goal of this library is to provide a type-safe API that can be used to interact with PAM. The library is incomplete - currently it supports a subset of functions for use in a pam authentication module. A pam module is a shared library that is invoked to authenticate a user, or to perform other functions.

🌐 pam-http

An example of using pam-rs by performing HTTP basic access auth to authenticate users.

🍻 pam-sober

If you aren't sober enough for basic math, you can't login!

Credits

The contents of this repo are heavily borrowed from:

Dependencies

~42KB