@crossauth/common 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
Crossauth common
|
|
2
|
+
================
|
|
3
|
+
|
|
4
|
+
Copyright (c) 2024 Matthew Baker
|
|
5
|
+
|
|
6
|
+
Crossauth is a cross platform package for authentication.
|
|
7
|
+
It has a Typescript version and soon also a Python and
|
|
8
|
+
Scala/Java version. At the moment it is not ready for
|
|
9
|
+
public use, though the Typescript version is ready to
|
|
10
|
+
be used by authorized developers.
|
|
11
|
+
|
|
12
|
+
This is the common package that all other packages
|
|
13
|
+
depend on.
|
|
14
|
+
|