Skip to content

Commit 3e2ca3c

Browse files
fix broken warden link
1 parent 7558a02 commit 3e2ca3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app-rails/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Authentication is the process of verifying the credentials of a user. We use AWS
77
- User credentials are stored in AWS Cognito
88
- Password policy is enforced by Cognito
99
- Custom pages are built for the AWS Cognito flows (login, signup, forgot password, etc.). We aren't using the hosted UI that Cognito provides since we need more control over the UI and content.
10-
- [Devise](https://www.rubydoc.info/github/heartcombo/devise/main) and [Warden](https://www.rubydoc.info/github/hassox/warden) facilitate auth and session management
10+
- [Devise](https://www.rubydoc.info/github/heartcombo/devise/main) and [Warden](https://github.com/wardencommunity/warden) facilitate auth and session management
1111

1212
## Authorization
1313

0 commit comments

Comments
 (0)