Found 44 repositories(showing 30)
activefx
Full featured restful authentication starter app from http://railsforum.com/viewtopic.php?id=14216 combining role requirement, open id authentication, recaptcha, ui, debugging, and security plugins.
Restful Authentication Facebook Connect Tutorial
hamzaali00001
This repository is created for the Restful API In Laravel 5.6 Using jwt Authentication Tutorial at
DaviRP2018
Are you tired of boring, outdated, incomplete, or incorrect tutorials? I say no more to copy-pasting code that you don’t understand. Welcome to the bestselling REST API course on Udemy! I'm Jose. I'm a software engineer, here to help you truly understand and develop your skills in web and REST API development with Python and Flask. Production-ready REST APIs with Flask This course will guide you in creating simple, intermediate, and advanced REST APIs including authentication, deployments, databases, and much more. We'll start with a Python refresher that will take you from the very basics to some of the most advanced features of Python—that's all the Python you need to complete the course. Using Flask and popular extensions Flask-RESTful, Flask-JWT, and Flask-SQLAlchemy we will dive right into developing complete, solid, production-ready REST APIs. We will also look into essential technologies Git, Heroku, and nginx. You'll be able to... Create resource-based, production-ready REST APIs using Python, Flask, and popular Flask extensions; Handle secure user registration and authentication with Flask. Using SQLAlchemy and Flask-SQLAlchemy to easily and efficiently store resources to a database; and Understand the complex intricacies of deployments and the performance of Flask REST APIs. But what is a REST API anyway? A REST API is an application that accepts data from clients and returns data back. For example, a REST API could accept text data from the client, such as a username and password, and return whether that is a valid user in the database. When developing REST APIs, our clients are usually web apps or mobile apps. That's in contrast to when we make websites, where the clients are usually the users themselves. Together we'll develop a REST API that not only allows clients to authenticate but also to store and retrieve any data you want from a database. Learning this will help you develop any REST API that you need for your own projects! I pride myself on providing excellent support and feedback to every single student. I am always available to guide you and answer your questions. I'll see you on the inside. Take your first step towards REST API mastery! O que você aprenderá Connect web or mobile applications to databases and servers via REST APIs Create secure and reliable REST APIs which include authentication, logging, caching, and more Understand the different layers of a web server and how web applications interact with each other Handle seamless user authentication with advanced features like token refresh Handle log-outs and prevent abuse in your REST APIs with JWT blacklisting Develop professional-grade REST APIs with expert instruction Há algum requisito ou pré-requisito para o curso? Some prior programming experience in any programming language will help. The course includes a full Python refresher course. All software used in the course is provided, and completely free Complete beginners may wish to take a beginner Python course first, and then transition to this course afterwards Para quem é este curso: Students wanting to extend the capabilities of mobile and web applications by using server-side technologies Software developers looking to expand their skill-set by learning to develop professional grade REST APIs Those looking to learn Python while specifically catering to web services
mdobydullah
In this tutorial, I showed how to build Laravel RESTful API with authentication using the passport.
aferust
A tutorial application skeleton for RESTful Authentication with vibe-d without registerRestInterface.
SaurabhDwivedi231003
Backend Series: A beginner-friendly guide to building robust and scalable web applications. This repository contains a step-by-step tutorial series covering the fundamentals of backend development, including RESTful APIs, database integration, user authentication, and more. Each tutorial provides clear explanations, code samples .
chttrgt
A practical tutorial to modern backend development with Node.js, Express.js, and MongoDB. Covers essentials like RESTful API design, data management, and authentication
perryw
archive of old online portfolio in rails 2.3. Based on restful_authentication_tutorial
Tutorial here: https://alexanderleon.medium.com/implement-email-authentication-with-react-restful-api-7e389555e9f4
DanielMitiku
Build a RESTful JSON API With Rails with JWT authentication based on https://scotch.io/tutorials/build-a-restful-json-api-with-rails-5-part-two tutorial
mostafanabil198
Todo list RESTful api using ruby on rails with authentication and authorization checking and spec tests. following an online tutorial.
lareza-farhan-wanaghi
Discover my repository showcasing the culmination of my work on the "Build a RESTful JSON API With Rails 5" tutorial series. Gain valuable insights into setting up a Rails project with TDD, implementing token-based authentication, and enhancing functionality through versioning, serializers, and pagination.
rudbast
GoLang Tutorial RESTful API With JWT Authentication
tadmacy
Tutorial using Cordova with RESTful Authentication to Drupal
Build A Restful Api With Node.js Express MongoDB Joi and JWT token authentication bcryptjs encryption | Rest Api Tutorial
podvistorcheto
Self-study tutorial to create RESTful Web APIs for mobile apps and FE JavaScript Frameworks - JSON, XML, CSV, and Authentication Tokens
zulfahmilarazu
Learn Restful API development with Laravel 10 through a comprehensive repository. Perfect for understanding CRUD operations and API authentication. Based on tutorials by santrikoding.com. Link: https://santrikoding.com/tutorial-restful-api-laravel-10-1-install-laravel-10
DanielJohn17
A RESTful e-commerce API built with Golang, following a YouTube tutorial. This project includes user authentication, product management, cart functionality, and order processing.
eduardoledo
This is a basic tutorial for creating from scratch a mobile app with OAuth2 authentication. This app will consume RESTful Services respecting the HATEOAS constraint.
Build A Restful Api With Node.js Express MongoDB Joi and JWT token authentication bcryptjs encryption Express-generator File Upload Using Multer | Rest Api Tutorial
Build A Restful Api With Node.js Express MongoDB Joi and JWT token authentication bcryptjs encryption Express-generator File Upload Using Multer Pagination | Rest Api Tutorial
gruberchris
This is a quick tutorial on how to create a simple RESTful API using Go. The API will use JWT for authentication and demonstrate route authorization.
muhamedhaamdy
This repository provides examples and tutorials for building backend applications using Python. It includes projects with Flask and Django, demonstrating RESTful APIs, database integration, authentication, and deployment.
robotane
Beer Locker - Learning project implementing a RESTful API with Node.js for managing a personal beer collection. Based on Scott Smith's tutorial on building RESTful APIs. Features multiple authentication methods (Basic, Digest, Bearer Token) and MongoDB integration.
sulhanfuadi
A step-by-step guide to implementing JSON Web Token (JWT) for authentication in Laravel RESTful APIs. This project is based on the Laravel JWT tutorial series by Santri Koding.
Akeemmudash
Code-Along Django REST Framework Project built by following a Django tutorial. This project demonstrates how to build RESTful APIs using Django REST Framework, including serialization, authentication, and CRUD operations.
Kamron-Hays
My first substantive Rails app, following the tutorial at JumpstartLab. It is a blog application with posts, comments, tagging, and authentication. This app contains basic model associations, templating, and RESTful routing.
danlewismuriuki
This repository provides examples and tutorials on building RESTful APIs using Python. It covers the implementation of CRUD operations, JSON handling, and authentication using popular libraries like Flask and Django. T
Kharouk
DONE WITH TUTORIAL. A web application similar to Yelp or AirBnB but for campgrounds around the world. Using the MongoDB, Express, and Node as well as dealing with RESTful routing, Authentication, Uploading Images, Reviews, comments, etc.