Authentication

Description

On this project we created a members-only blog for Rails using devise to authenticate Users

Instructions

You can get a local copy of the repository, for it please run the following commands on your terminal:

\$ cd <folder>

\$ git clone git@github.com:Stricks1/members-only.git

To test the Authentication you can run the server with rails server and navigate to:

When logged in the user will be able to see who created the post, otherwise he just see the post without an Author.

Authors

👤 Author1

👤 Author2

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Project from Microverse. click here for the original specifications.