# This file defines all module routes (Higher priority routes first)
#
# import these routes in the main app as :
# *     /                       module:scalasecure
#
# ~~~~

*       /login/?                                        Authentication.login
*       /authenticate/?                                 Authentication.authenticate
*       /logout/?                                       Authentication.logout
*       /unauthorized/?                                 Authentication.unauthorized
