Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions data/is_ocaml_yet/web.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,13 @@ categories:
- name: Authentication
status: •
description: |
Packages for authentication-related functionality in OCaml Web applications.
Packages for authentication-related functionality in OCaml Web
applications. Note that `webauthn` can be used to implement passkey
authentication.
packages:
- name: jwt
- name: cookie
- name: FPauth
- name: u2f
- name: webauthn
- name: ssl
- name: twostep
Expand Down Expand Up @@ -409,6 +410,7 @@ allow you to program your Web and mobile application in a single code.
## Want to Help?

Here are some projects that would help make OCaml a stronger candidate for Web applications:

- Improve [ocaml-swagger](https://github.com/andrenth/ocaml-swagger) to be able to generate API for popular Web APIs like Stripe.
- Create an OAuth2 client library.
- Create clients to the Azure services APIs.
Loading