Skip to content

Commit 303895b

Browse files
committed
chore: bump version
1 parent ae396a8 commit 303895b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,12 @@ As you configured the provider, you may now create your first credentials by run
100100
node ace credentials:create
101101
```
102102

103-
This will create a new directory in your `resources` folder, called `credentials` and will add there two new files, `development.key` and `development.credentials`. Obviously the `.key` file keeps your password to the credentials file, **do not commit any .key files to your git repo**, please check your `.gitignore` for `*.key` exclusion rule.
103+
This will create a new directory in your `resources` folder, called `credentials` and will add there two new files, `development.key` and `development.credentials`.
104104

105-
The `.key` should be kept somewhere in a secret place, the best spot I know is a sticky note on your laptop. Just NO, don't do this :see_no_evil:.
106-
Keep your secrets secure and use password managers!
105+
Obviously, the `.key` file keeps your password to the credentials file, **do not commit any .key files to your git repo**, please check your `.gitignore` for `*.key` exclusion rule.
106+
107+
The `.key` should be kept somewhere in a secret place, the best spot I know is a sticky note on your laptop. Just NO, don't do this :see_no_evil:
108+
Keep your secrets in a secure place and use password managers!
107109

108110
The `.credentials` file can be committed and shared as it is impossimple to decrypt it without the password.
109111

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitkidd/adonis-credentials",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A credentials provider for Adonis 5.x",
55
"types": "build/adonis-typings/index.d.ts",
66
"main": "build/providers/CredentialsProvider.js",

0 commit comments

Comments
 (0)