Skip to content

Commit b55f718

Browse files
committed
Fixes on READMEs
1 parent 4c65389 commit b55f718

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

rails-authorization/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# RottenPotatoes with Associations
1+
# RottenPotatoes with Authorization
22

3-
_This is a preliminar implementation of the RottenPotatoes Rails' App based the repositories of [Engineering Software as a Service](https://github.com/saasbook). The original code has been revised by Prof. Giovanni Farina_
3+
_This code starts from a possible solution of the Lab on authenitcation with Devise._
44

55
Follow the commands reported in [commands.txt](commands.txt) to set up the environment.
66

7-
In this assignment, you'll experiment with [Devise](https://github.com/heartcombo/devise) to allow users to sign in using local credentials. Devise sets up the environment for you and makes standard routes available to users to log-in/out, register, change password, etc.
8-
Devise is highly configurable and tailorable to the specific needs of your application.
7+
In this assignment, you'll experiment with [Canard](https://github.com/james2m/canard) to allow registered users to do anything but delet movies.
8+
Canard allows you to implement a RBAC model in a declarative manner, reducing coupling with you code.
99

1010
The steps to follow for this assignment are described in the corresponding slides available on Classroom.

rails-devise/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RottenPotatoes with Associations
1+
# RottenPotatoes with Authentication
22

33
_This is a preliminar implementation of the RottenPotatoes Rails' App based the repositories of [Engineering Software as a Service](https://github.com/saasbook). The original code has been revised by Prof. Giovanni Farina_
44

0 commit comments

Comments
 (0)