Authenticate

This recipe will help you to setup an authentication pipe in your application:

First you need an amber project generated with Amber CLI or from scratch.

Then in your routes file:

To have a full authentication experience some extra controllers, views and models are still required, please see Amber Auth Example.

Also see pipelines.

Last updated