![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
A tiny 3kb
JavaScript library for prototyping web applications.
Lucia is currently is installable through a CDN and also supports UMD (ES Module, CommonJS, IIFE). Put this within your <head>
tags in HTML.
<script src="https://unpkg.com/lucia"></script>
If you are using a module bunder like Webpack or Rollup:
npm install lucia
→ Learn more about installing Lucia
The Lucia docs are located at https://lucia.js.org:
→ Learn how the Lucia Virtual DOM works
Below is an example of a clicker game in Lucia. No, your eyes aren't fooling you - it's really that simple.
<div l-init="{ count: 0 }">
<button l-text="this.count" l-on:click="++this.count">0</button>
</div>
→ View the live Codepen example
It should be noted that Lucia should not be implemented in all use cases. Lucia aims to tackle projects that need to be quickly implemented. This means if you're looking for something production-ready and has a API similar to Lucia, check these projects out!
Refer to the CONTRIBUTING.md file for instructions.
Lucia is MIT licensed.
\_ヘ(◕‿◕ ✰)
FAQs
A simple and flexible authentication library
The npm package lucia receives a total of 35,869 weekly downloads. As such, lucia popularity was classified as popular.
We found that lucia demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.