Skip to content

Commit 8afccfc

Browse files
authored
update documentation link to warden (#88)
## Ticket n/a ## Changes Updates a documentation link that no longer resolves. https://www.rubydoc.info/github/hassox/warden gives a 404. The underlying https://github.com/hassox/warden redirects to https://github.com/wardencommunity/warden. Updated the documentation to use the latter's wiki (https://github.com/wardencommunity/warden/wiki) ## Testing navapbc/platform-test#196 (shows the CI check that flagged the broken link)
1 parent f5cd65c commit 8afccfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/docs/{{app_name}}/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/wiki) facilitate auth and session management
1111

1212
## Authorization
1313

0 commit comments

Comments
 (0)