Skip to content

Commit

Permalink
Edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnius committed Apr 24, 2020
1 parent 7f001b7 commit cae88bb
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Altair - Light Weight and Robust API Gateway

Open source API gateway written in Go.
Open source API gateway written in Go. Created to be lightweight, fast, cross platform and programming language agnostic.

![Altair Architecture Diagram](https://user-images.githubusercontent.com/20650401/79699757-a2337d00-82bb-11ea-8103-25e6917545bd.png)

Expand Down Expand Up @@ -30,27 +30,29 @@ Open source API gateway written in Go.

## Feature

- [ ] Request Forwarder
- [] Request Forwarder
- [x] Route Compiler
- [x] Route Generator Forwader
- [ ] Downstream Plugins
- [ ] Oauth Token Checking
- [ ] Oauth Authorization
- [ ] CRUD Oauth Application
- [x] Create
- [x] List
- [x] One
- [ ] Update
- [x] Authorization
- [x] Authorization Code Grant
- [ ] Access Token
- [x] Access Token Implicit Request for Confidential Application
- [ ] Access Token Code Grant Flow
- [ ] Refresh Token
- [ ] Access Token Refresh Token Flow
- [ ] Refresh Token Generation
- [ ] Request Validation
- [ ] Response Caching
- [ ] Route Config
- [ ] API for deleting the cache
- [ ] JWT
- [x] Downstream Plugins
- [x] Oauth Token Checking
- [ ] Response Caching
- [ ] Plugins
- [ ] Oauth Authorization
- [ ] CRUD Oauth Application
- [x] Create
- [x] List
- [x] One
- [ ] Update
- [x] Authorization
- [x] Authorization Code Grant
- [ ] Access Token
- [x] Access Token Implicit Request for Confidential Application
- [ ] Access Token Code Grant Flow
- [ ] Refresh Token
- [ ] Access Token Refresh Token Flow
- [ ] Refresh Token Generation
- [ ] Request Validation
- [ ] Response Caching
- [ ] Route Config
- [ ] API for deleting the cache
- [ ] JWT

0 comments on commit cae88bb

Please sign in to comment.