ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
136 stars 64 forks source link

[Example 3] Write a Real World Example for Auth #7033

Open DimuthuMadushan opened 1 month ago

DimuthuMadushan commented 1 month ago

Description: Currently, there are two examples in the Ballerina auth repository that utilizes the LDAP user store and file user store with scopes. We need to add another example to the auth module, preferably one that incorporates file user store with scopes. For this example, it is preferable to use client auth along with either of the above listener auth methods.