Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Feature/sessions (#55)
Browse files Browse the repository at this point in the history
* recovery

working sessions/without refreshing token

working sessions/without refreshing token;2D

working sessions/without refreshing token;2D

refresh tokens

change refresh tokens

Some suggestions

changes module:vk

changes module:vk#2

changes module:vk#3//posts

some fixes in refreshing

some changes

rubocop for vk.rb

rubocop sessions

changes

* recover

* resolved issues

* last changes_for_rubocop?..

* Update app/api/vk.rb

* Backend fixed

---------

Co-authored-by: Mikhail Geine <[email protected]>
  • Loading branch information
6intez and mikeGEINE authored Jul 24, 2024
1 parent 94be82b commit 8c649df
Show file tree
Hide file tree
Showing 27 changed files with 967 additions and 180 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@

.DS_Store
.idea/

.env.dev
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ gem 'stimulus-rails'

# Build JSON APIs with ease [https://github.com/rails/jbuilder]
gem 'jbuilder'

gem 'public_suffix'
gem 'rack'
gem 'rack-session'
# Use Redis adapter to run Action Cable in production
# gem "redis", ">= 4.0.1"

Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,10 @@ DEPENDENCIES
jbuilder
pg (~> 1.1)
pkce_challenge
public_suffix
puma (>= 5.0)
rack
rack-session
rails (~> 7.1.3, >= 7.1.3.4)
rails_performance
rubocop (~> 1.65)
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ SHELL=/bin/sh
UID := $(shell id -u)
GID := $(shell id -g)

include .env
export
# include .env
# export

setup: build db-prepare

Expand Down
Loading

0 comments on commit 8c649df

Please sign in to comment.