2020-11-05 02:31:52 +00:00
|
|
|
const Controller = require('flitter-auth/controllers/KeyAction')
|
|
|
|
|
|
|
|
/*
|
|
|
|
* KeyAction Controller
|
|
|
|
* -------------------------------------------------------------
|
|
|
|
* Provides handler methods for flitter-auth's key actions.
|
|
|
|
* Key actions allow your application to dynamically generate
|
|
|
|
* one-time links that call methods on controllers and (optionally)
|
|
|
|
* can even automatically sign in a user for the request, then log
|
|
|
|
* them out. e.g. a password reset link could use a key action.
|
2020-11-08 18:34:50 +00:00
|
|
|
*
|
|
|
|
* This file was auto-generated by the Flitter framework.
|
2020-11-05 02:31:52 +00:00
|
|
|
*/
|
|
|
|
class KeyAction extends Controller {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
module.exports = exports = KeyAction
|