- Colombo, Sri Lanka
- https://ldclakmal.me
- @ldclakmal92
Highlights
- Pro
Block or Report
Block or report ldclakmal
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned Loading
-
ballerina-security Public
The examples, use-cases, demos, resources related to microservices security patterns with Ballerina, which is an open-source programming language for the cloud that makes it easier to use, combine,…
-
-
ballerina-twitter-module Public
The Twitter connector allows you to tweet, retweet, unretweet, search, retrieve and delete status (AKA Tweets) through the Twitter REST API.
Ballerina 1
-
ballerina-oauth1.0a Public
Ballerina OAuth1.0a is an RFC 5849 standards-compliant library for Ballerina.
Ballerina 1
-
docker-repository Public
Docker Repository - This is a collection of Dockerfiles for images that can be used to different integration scenarios for microservices. All the images are published on DockerHub.
Go
-
scp-transport Public
SCP (Secure Copy) allows the files in the local file system or a remote file system to be copied to the local files system or a remote file system. This uses SSH for data transfer and provides the …
4,826 contributions in the last year
Activity overview
Contribution activity
November 2021
Created 72 commits in 13 repositories
Created a pull request in ballerina-platform/module-ballerina-auth that received 1 comment
Skip master build for .md file changes
Purpose $subject related to ballerina-platform/ballerina-standard-library#2362 Checklist Linked to an issue Updated the changelog Added tests
Opened 29 other pull requests in 12 repositories
ballerina-platform/ballerina-distribution
4
merged
ballerina-platform/module-ballerina-crypto
4
merged
ballerina-platform/module-ballerina-oauth2
4
merged
ballerina-platform/module-ballerina-jwt
3
merged
ballerina-platform/module-ballerina-ftp
3
merged
ballerina-platform/module-ballerina-url
2
merged
ballerina-platform/module-ballerina-email
2
merged
ldclakmal/ballerina-security
2
merged
ballerina-platform/module-ballerina-grpc
2
merged
ballerina-platform/module-ballerina-auth
1
merged
ballerina-platform/module-ballerina-udp
1
merged
ballerina-platform/module-ballerina-http
1
merged
Reviewed 13 pull requests in 8 repositories
ballerina-platform/ballerina-distribution
3 pull requests
ballerina-platform/module-ballerina-auth
3 pull requests
ballerina-platform/module-ballerina-http
2 pull requests
ballerina-platform/module-ballerina-crypto
1 pull request
ballerina-platform/module-ballerina-url
1 pull request
ballerina-platform/module-ballerina-websocket
1 pull request
ballerina-platform/module-ballerina-tcp
1 pull request
ballerina-platform/ballerina-lang
1 pull request
Created an issue in ballerina-platform/ballerina-standard-library that received 1 comment
Auth handlers get initiated per each request in declarative auth mechanism
Description: The auth handlers get initiated per each request in the declarative way of authentication. That leads to initiating the auth providers…