Skip to content
This repository was archived by the owner on Feb 11, 2023. It is now read-only.

Commit 25d05a5

Browse files
authored
Merge pull request #1 from Assimalign-LLC/users/ccrawford/r1.enhancements
Users/ccrawford/r1.enhancements
2 parents eff5122 + 71f4060 commit 25d05a5

File tree

81 files changed

+20307
-261
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+20307
-261
lines changed

.DS_Store

6 KB
Binary file not shown.

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
# assim-js-packages
1+
# Assimalign LLC
2+
Assimalign LLC is a company based out of Charlotte, North Carlina providing buisness consultation from small to medium size businesses. The code within this repository as well as any other public respository offered by Assimalign are a collection of solution brought on by real-world senerios.
3+
4+
The meaning of Assimalign is to assimilate new technology and align them with real world senerios regardless of industry. Within this respository all packages are open source and are inteded to solve particuler problems in real world situations, so please feel free to contribute anytime whether it be updates or new package additions.
5+
6+
**However, please do not add code that has any intellectual property rights by comapny. If any contributor violates this policy their code will be immidiately removed, and bebanned from any future contributions. A good rule to follow: If it was coded on your companies time then it's not somthing that should be shared.**
7+
8+
Within this particulatr repository please only contribute Javasript or Typescript based packages. Please refer to all other repostories based on framework supprt.
9+
10+
## Repostiroy Standards
11+
@TODO
12+
13+
# Assimalign Json Packages
14+
> - [@assimalign/msal-capacitor-plugin](/src)
15+
> This package solves the senerios of using MSAL for Web, IOS, and Android Authentication
16+

src/.DS_Store

6 KB
Binary file not shown.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
.vscode
21+
.idea
22+
23+
npm-debug.log*
24+
yarn-debug.log*
25+
yarn-error.log*
26+
27+
# Optional eslint cache
28+
.eslintcache
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"appId": "io.ionic.starter",
3+
"appName": "msal-capacitor-plugin-demo",
4+
"bundledWebRuntime": false,
5+
"npmClient": "npm",
6+
"webDir": "build",
7+
"plugins": {
8+
"SplashScreen": {
9+
"launchShowDuration": 0
10+
}
11+
},
12+
"cordova": {}
13+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "msal-capacitor-plugin-demo",
3+
"integrations": {
4+
"capacitor": {}
5+
},
6+
"type": "react"
7+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# NPM renames .gitignore to .npmignore
2+
# In order to prevent that, we remove the initial "."
3+
# And the CLI then renames it
4+
5+
App/build
6+
App/Pods
7+
App/public
8+
App/Podfile.lock
9+
xcuserdata
10+
11+
# Cordova plugins for Capacitor
12+
capacitor-cordova-ios-plugins
13+

0 commit comments

Comments
 (0)