Implementing the Registration Controller and Final Authentication Features in Rails

Implementing the Registration Controller and Final Authentication Features in Rails

edutechional

5 лет назад

18,040 Просмотров

This is part 3 of 8 for the Ruby on Rails API + React authentication course.

In this guide we are gonna build out the registrations controller so users can create accounts in our system via the Ruby on Rails API. This will enable the the React application to create user accounts in the Ruby on Rails app.

Тэги:

#react_on_rails #rails_react_authentication #ruby_on_rails_api_authentication #rails_auth_from_scratch #ruby_on_rails_registration #rails_tutorial #how_to_build_authentication_into_rails_from_scratch #react_authentication #react_cookie_authenticate_course #react_tutorial #rails_react_tutorial #react_api_course
Ссылки и html тэги не поддерживаются


Комментарии:

Kimber Herron
Kimber Herron - 30.12.2022 14:48

Holy cow! Ever heard the term 'explain it to me like I'm a toddler'? That is exactly what this video did. Your videos are clear and concise-- and you're not hard to look at.

Ответить
minas kill
minas kill - 16.03.2022 03:16

you make request using curl,.respect!

Ответить
ivoavido1
ivoavido1 - 09.09.2021 18:26

This is awesome, clear and to the point. Thank you so much!

Ответить
Hashib yp
Hashib yp - 10.08.2021 10:10

its very helpfull for me,
and also tell i follow in devcamp app making it more knowledge grasping about RoR

and my request teach jwt authentication for rails api + React

Thank you

Ответить
Sylvinho000
Sylvinho000 - 19.04.2021 18:20

Do you usually build your own authentication system in your Rails app ? Maybe only for API ?

Ответить
David Fellows
David Fellows - 23.02.2021 23:15

Is it possible to create a user then add a password later when using has_secure_password on the user model?

Ответить
James Chigozie Odufu
James Chigozie Odufu - 13.02.2021 19:49

Amazing stuff here :)
Thanks man

Ответить
Johan Ochoa
Johan Ochoa - 20.10.2020 07:40

I can finally understand how to do Authentication!!! Thank you so so so much for the amazing explanations.

Ответить
Julian Belmonte
Julian Belmonte - 22.08.2020 19:18

You are amazing developer

Ответить
Beulah Akindele
Beulah Akindele - 08.06.2020 02:33

Just letting you know that your videos still have a lot of value in 2020. Thanks a lot for this.

Ответить
Anil Anaparthi
Anil Anaparthi - 22.05.2020 10:01

Will this work for react native with rails I mean sessions authentication please let me know

Ответить
Emily Gann
Emily Gann - 21.05.2020 16:13

I can't tell you how much I appreciate your videos! I'm a beginner Rails user, and you are the single source that I know I can rely on to help me understand the most complex of topics. Great teaching skills!

Ответить
GunnerPD
GunnerPD - 08.05.2020 19:41

My current user method doesn't work to me. I already checked the log in and log out and runs well, but logged_in is always false.

Ответить
nickt
nickt - 08.01.2020 09:29

are the files available to download?

Ответить
Fernando Gomez
Fernando Gomez - 12.12.2019 22:03

Does this set up work for react native?

Ответить
Joshua Needham
Joshua Needham - 09.11.2019 02:04

Jordan how do I set current_user so that I can gate content. Users should only be able to access their own data via the React app that I'm building but for some reason I'm drawing a blank on setting current_user to use in my other controllers.

Ответить