Sha256: 466115e95e4bbffbdd936905cc007f0064881faf9824b5b633f1d62ccc09d206

Contents?: true

Size: 742 Bytes

Versions: 8

Compression:

Stored size: 742 Bytes

Contents

# Authentication
Bullet Train uses [Devise](https://github.com/heartcombo/devise) for authentication and we've done the work of making the related views look pretty and well-integrated with the look-and-feel of the application template.

## Customizing Controllers
Bullet Train registers its own slightly customized registration and session controllers for Devise. If you want to customize them further, you can simply eject those controllers from the framework and override them locally, like so:

```
$ bin/resolve RegistrationsController --eject --open
$ bin/resolve SessionsController --eject --open
```

## Customizing Views
You can customize Devise views using the same workflow you would use to customize any other Bullet Train views.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bullet_train-1.0.46 docs/authentication.md
bullet_train-1.0.45 docs/authentication.md
bullet_train-1.0.42 docs/authentication.md
bullet_train-1.0.41 docs/authentication.md
bullet_train-1.0.40 docs/authentication.md
bullet_train-1.0.39 docs/authentication.md
bullet_train-1.0.38 docs/authentication.md
bullet_train-1.0.37 docs/authentication.md