Skip to content

Commit dcfb10f

Browse files
committed
add reference to example project
1 parent 290b2b2 commit dcfb10f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Following example applications demonstrate how to use session with Fano Framewor
7373

7474
- [Form Validation example](https://github.com/fanoframework/fano-validation) demonstrate how to use Fano Framework input [validation feature](/security/form-validation).
7575
- [File upload validation example](https://github.com/fanoframework/fano-scgi-upload) demonstrate how to use Fano Framework input [validation feature](/security/form-validation) to validate [file upload](/handling-file-upload) using various validation rules.
76+
- [Input validation example web application](https://github.com/fanoframework/input-validation) demonstrates how to validate latitude and latitude value.
7677

7778
## HTTP Verb tunneling examples
7879

security/form-validation/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ end.
304304
- [Working with request](/working-with-request)
305305
- [Middlewares](/middlewares)
306306
- [Form Validation example project](https://github.com/fanoframework/fano-validation)
307+
- [Input validation example web application](https://github.com/fanoframework/input-validation).
307308
- [TValidation class](https://github.com/fanoframework/fano/blob/master/src/Security/Validation/ValidationImpl.pas)
308309
- [IValidator interface](https://github.com/fanoframework/fano/blob/master/src/Security/Validation/Contracts/ValidatorIntf.pas)
309310
- [IRequestValidator interface](https://github.com/fanoframework/fano/blob/master/src/Security/Validation/Contracts/RequestValidatorIntf.pas)

0 commit comments

Comments
 (0)