Skip to content

Instantly share code, notes, and snippets.

View renanlido's full-sized avatar
👨‍💻
for(const routine of life) { console.log(routine) } => //family //work //study

Renan Oliveira renanlido

👨‍💻
for(const routine of life) { console.log(routine) } => //family //work //study
View GitHub Profile
@degitgitagitya
degitgitagitya / .env
Last active September 24, 2024 05:26
Next JS + Next Auth + Keycloak + AutoRefreshToken
# KEYCLOAK BASE URL
KEYCLOAK_BASE_URL=
# KEYCLOAK CLIENT SECRET
KEYCLOAK_CLIENT_SECRET=
# KEYCLOAK CLIENT ID
KEYCLOAK_CLIENT_ID=
# BASE URL FOR NEXT AUTH
@diego3g
diego3g / settings.json
Last active September 28, 2024 04:36
VSCode Settings (Updated)
{
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 15,
"editor.lineHeight": 1.8,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [
80,
120
],