Sha256: 9c3985e3e4d0fa0ff6fc7d283faf96f8ad219fd7855d7cf6bc93c5873b089c2b

Contents?: true

Size: 738 Bytes

Versions: 53

Compression:

Stored size: 738 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

53 entries across 53 versions & 1 rubygems

Version Path
bullet_train-1.1.10 docs/authentication.md
bullet_train-1.1.9 docs/authentication.md
bullet_train-1.1.7 docs/authentication.md
bullet_train-1.1.6 docs/authentication.md
bullet_train-1.1.5 docs/authentication.md
bullet_train-1.1.4 docs/authentication.md
bullet_train-1.1.3 docs/authentication.md
bullet_train-1.1.2 docs/authentication.md
bullet_train-1.1.1 docs/authentication.md
bullet_train-1.1.0 docs/authentication.md
bullet_train-1.0.99 docs/authentication.md
bullet_train-1.0.98 docs/authentication.md
bullet_train-1.0.97 docs/authentication.md
bullet_train-1.0.96 docs/authentication.md
bullet_train-1.0.95 docs/authentication.md
bullet_train-1.0.93 docs/authentication.md
bullet_train-1.0.92 docs/authentication.md
bullet_train-1.0.90 docs/authentication.md
bullet_train-1.0.89 docs/authentication.md
bullet_train-1.0.88 docs/authentication.md