Skip to content

Commit aa6fe3a

Browse files
authored
Merge pull request #1276 from portagenetwork/aaron/v2-api
Initial v2 API Implementation & Doorkeeper OAuth Integration
2 parents 1bb116e + e123986 commit aa6fe3a

101 files changed

Lines changed: 4999 additions & 798 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@
88

99
- Implement tiered Rack::Attack throttles [#1254](https://github.com/portagenetwork/roadmap/pull/1254)
1010

11+
- Add Internal v2 API Access Token Generation for Users [#1279](https://github.com/portagenetwork/roadmap/pull/1279)
12+
1113
- Add `bundle exec rails db:migrate` to entrypoint.sh [#1278](https://github.com/portagenetwork/roadmap/pull/1278)
1214

15+
- Add copy button next to V2 API Token [#1283](https://github.com/portagenetwork/roadmap/pull/1283)
16+
17+
- Initial v2 API Implementation & Doorkeeper OAuth Integration [#1276](https://github.com/portagenetwork/roadmap/pull/1276)
18+
1319
### Changed
1420
- Upgrade ROR API From V1 to V2 [#1247](https://github.com/portagenetwork/roadmap/pull/1247)
1521

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ gem 'devise'
8888
# An invitation strategy for Devise (https://github.com/scambra/devise_invitable)
8989
gem 'devise_invitable'
9090

91+
gem 'doorkeeper'
92+
9193
# A generalized Rack framework for multiple-provider authentication.
9294
# (https://github.com/omniauth/omniauth)
9395
gem 'omniauth'

0 commit comments

Comments
 (0)