Dynamic Role Management
Play
17:31 CC

Dynamic Role Management

#247 Jun 21, 2020 pro
Create dynamic roles that can be assigned to users. Based on the assigned role, the user will be able to perform or view various parts of the application.

Friend Requests From Scratch
Play
14:59 CC

Friend Requests From Scratch

#155 Oct 14, 2018 pro
Part I - In this episode, we create our authentication for users, default view for authenticated users, friendship model, associations and scopes for our social media application.

Policy Manager with GDPR Rails
Play
9:22 CC

Policy Manager with GDPR Rails

#164 Dec 16, 2018 pro
Using the gdpr_rails gem, we look at adding a policy manager to require users to accept age, terms, and privacy policies before signing up for an account.

Search Encrypted Attributes with Blind Index
Play
9:04 CC

Search Encrypted Attributes with Blind Index

#139 Jun 24, 2018 pro
Keeping client data protected is important, but once an attribute is encrypted, it becomes difficult to work with it. With Blind Index, we regain functionality on searching and validations.

Cross-Origin Resource Sharing (CORS)
Play
8:39 CC

Cross-Origin Resource Sharing (CORS)

#254 Aug 9, 2020 pro
Cross-Origin Resource Sharing (CORS) is a mechanism that uses additional HTTP headers to tell browsers to give a web application running at one origin, access to selected resources from a different origin.