- 📖 About the Project
- 💻 Getting Started
- 👥 Author
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
API authentication is an information-sharing project related to API authentication. The data from this application supports the article created on Medium with API authentication tips.
Server
Database
- Basic API application
- CRUD
- Documentation using Rswagger
- API Authentication
- Authentication using token
Add a link to your deployed project.
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
using HTTPS:
git clone https://github.com/ElsonOtake/api-authentication.git
cd api-authentication
using an SSH key:
git clone git@github.com:ElsonOtake/api-authentication.git
cd api-authentication
using GitHub CLI:
git clone gh repo clone ElsonOtake/api-authentication
cd api-authentication
Install this project with:
bundle install
Create the database:
rails db:create db:migrate
To run the project, execute the following command:
rails server
To generate the API documentation:
rake rswag
👤 Elson Otake
- GitHub: elsonotake
- Twitter: @elsonotake
- LinkedIn: elsonotake
- Documentation of login via API
- Documentation of authentication using token
- Documentation of protected endpoints
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank...
This project is MIT licensed.