PHPackages                             icybee/module-users-noncelogin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. icybee/module-users-noncelogin

ActiveIcanboogie-module[Authentication &amp; Authorization](/categories/authentication)

icybee/module-users-noncelogin
==============================

Provides nonce login tickets to users who have forgot their password.

v2.0.0(11y ago)02391BSD-3-ClausePHPPHP &gt;=5.4.0

Since Apr 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Icybee/module-users-noncelogin)[ Packagist](https://packagist.org/packages/icybee/module-users-noncelogin)[ RSS](/packages/icybee-module-users-noncelogin/feed)WikiDiscussions 3.0 Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (6)Used By (1)

Nonce Login
===========

[](#nonce-login)

[![Packagist](https://camo.githubusercontent.com/505bd64553cd8fcca4afbcceff9aa74c242281829354693f53c11360c9e8d63d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6963796265652f6d6f64756c652d75736572732d6e6f6e63656c6f67696e2e737667)](https://packagist.org/packages/icybee/module-users-noncelogin)[![Build Status](https://camo.githubusercontent.com/c0f15bf70c8202f27444a8e0a28c8fdad1472fd3d1dce4cbffff94f3050c30e1/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4963796265652f6d6f64756c652d75736572732d6e6f6e63656c6f67696e2e737667)](http://travis-ci.org/Icybee/module-users-noncelogin)[![HHVM](https://camo.githubusercontent.com/bd0fa0700a798118945b86012ff3fd1a2bb50e711b64ce595e162e932454941e/68747470733a2f2f696d672e736869656c64732e696f2f6868766d2f4963796265652f6d6f64756c652d75736572732d6e6f6e63656c6f67696e2e737667)](http://hhvm.h4cc.de/package/Icybee/module-users-noncelogin)[![Code Quality](https://camo.githubusercontent.com/5f73ab3e1264f9fe2827608fe20711e069d770b3aa252f60f818dbf08a7053cc/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f4963796265652f6d6f64756c652d75736572732d6e6f6e63656c6f67696e2e737667)](https://scrutinizer-ci.com/g/Icybee/module-users-noncelogin)[![Code Coverage](https://camo.githubusercontent.com/c7b5d1b0c45fb3f904207f192b044a76f9912685f50950f90337b263a45d493e/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f4963796265652f6d6f64756c652d75736572732d6e6f6e63656c6f67696e2e737667)](https://coveralls.io/r/Icybee/module-users-noncelogin)[![Downloads](https://camo.githubusercontent.com/35af5ba7987eb1bf155065cbcb6cb4024e0d43b59bbbeeaab65dafb7573daf8f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6963796265652f6d6f64756c652d75736572732d6e6f6e63656c6f67696e2e737667)](https://packagist.org/packages/icybee/module-users-noncelogin/stats)

Provides nonce login tickets to users who forgot their password, allowing them to reset their password and login in the mean time.

Requesting a ticket
-------------------

[](#requesting-a-ticket)

Tickets are requested with the [NonceLoginRequestOperation](http://icybee.org/docs/class-Icybee.Modules.Users.NonceLogin.NonceLoginRequestOperation.html) operation. The `api:nonce-login-request` and `api:inline-nonce-login-request` routes can be used to format a URL for this operation. The operation can only be performed with the `POST` HTTP method.

```
