keratin / authn

Prototype version of AuthN service. See: keratin/authn-server
https://keratin.tech
GNU Lesser General Public License v3.0
34 stars 0 forks source link

Account locking #21

Closed cainlevy closed 7 years ago

cainlevy commented 7 years ago

closes #13

New Private API

PATCH /accounts/:id/lock PATCH /accounts/:id/unlock

Will lock and unlock an account. When locked, accounts may not establish new sessions or change passwords. Any existing sessions will be revoked.