session-providers
v1.0.0
Published
osn market session providers
Downloads
54
Readme
NextAuth Session Provider
A brief description of what this project does and who it's for
Installation
Install my-project with npm
yarn add @osnmarket/session-providers@latest
Environment Variables
To run this project, you will need to add the following environment variables to your .env file
| Category | Description |
| :------------------------- | :--------------------------------- |
| KEYCLOAK_BASE_URL
| Link
of your keycloak base url |
| KEYCLOAK_TOKEN_ENDPOINT
| URI
of your keycloak auth path |
| KEYCLOAK_ID
| CRED
client_id |
| KEYCLOAK_SECRET
| CRED
client_secret |
| STRAPI_BASE_URL
| Link
of your strapi base url |
| STRAPI_AUTH_PATH
| URI
of your strapi auth path |
Run Locally
Clone the project
git clone https://github.com/osnmarket/session-providers my-project
Go to the project directory
cd my-project
Install dependencies
yarn
Start the server
yarn start
Contributing
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
Lessons Learned
What did you learn while building this project? What challenges did you face and how did you overcome them?
Demo
Insert gif or link to demo