Rails 6 API Tutorial - Authentication with JWT Intro p.18

preview_player
Показать описание
In this video series we will build a Rails API from scratch. Backend APIs are useful for serving data to frontend applications, mobile apps or other backend services.

This video covers:
0:00 - The purpose of adding authentication
0:28 - How authentication works with a JSON Web Token (JWT)
1:08 - What is a JWT?
2:14 - Storing a user identifier in the JWT payload
2:57 - Auth flow using JWTs

Рекомендации по теме
Комментарии
Автор

Thanks man, this series helped me a lot ❤

ahmedmustafa
Автор

Finally :) - Thanks for hearing my prayers :D

BluRRedVsIN
Автор

Would be great if you use the JWT gem instead of Devise, I like it really much cause of it's simplicity. I don't really use Devise in my applications (I rather go with sorcery) 'cause I think it can be "overkill" sometimes :). But anyway, thanks for your videos and keep up the great work!

BluRRedVsIN
Автор

By any chance, can you share the repos for the tutorial?

ricardosandoval