I created a RailsByte template for #Rails8 authentication generator user registration feature. This makes it easy to generate full authentication and registration. Includes optional email confirmation feature.
Here is how to do it:
```
gem install rails -v 8.0.0.beta1
rails new auth-test
cd auth-test
rails generate authentication
rails app:template LOCATION='https://railsbytes.com/script/Xg8sMD'
```
Source: https://railsbytes.com/public/templates/Xg8sMD
This acts as a starting ground for implementing full authentication
