Skip to content

Commit 3c9567c

Browse files
committed
Merge branch 'release/0.0.3'
2 parents bbcc4d2 + 9e73c85 commit 3c9567c

File tree

9 files changed

+70
-48
lines changed

9 files changed

+70
-48
lines changed

.devcontainer/Dockerfile.linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# * @file dockerfile
33
# * @author Azmi ŞAHİN (azmisahin@outlook.com)
44
# * @brief Docker is the tool that provides operating system level virtualization, also known as "containerization".
5-
# * @version 0.0.2
5+
# * @version 0.0.3
66
# * @date 2022-01-01
77
# *
88
# * @copyright Copyright (c) 2022

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @brief The development container allows you to use a container as a full-featured development environment.
55
* It can be used to allocate tools, libraries, or runtimes needed to run an application, work with a codebase, and assist with continuous integration and testing.
66
* Development containers can be run locally or remotely in a private or public cloud.
7-
* @version 0.0.2
7+
* @version 0.0.3
88
* @date 2022-01-01
99
*
1010
* @copyright Copyright (c) 2022

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# * @file docker-compose.yml
33
# * @author Azmi ŞAHİN (azmisahin@outlook.com)
44
# * @brief running multi-container Docker applications.
5-
# * @version 0.0.2
5+
# * @version 0.0.3
66
# * @date 2022-01-01
77
# *
88
# * @copyright Copyright (c) 2022

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Introduction
22
It quickly integrates authentication and authorization processes with application program interfaces to communicate with many protocols such as OAuth.
33

4-
🔖: releasing / 0.0.2
4+
🔖: releasing / 0.0.3
5+
6+
![Architecture](docs/architecture/architecture-diagram.png)
57

68
# Getting Started
79
TO DO: Things to do when getting started on this project.

authentication/authentication.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file authentication.go
33
* @author Azmi ŞAHİN (azmisahin@outlook.com)
44
* @brief It quickly integrates authentication and authorization processes with application program interfaces to communicate with many protocols such as OAuth.
5-
* @version 0.0.2
5+
* @version 0.0.3
66
* @date 2022-01-01
77
*
88
* @copyright Copyright (c) 2022

docs/architecture/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Architecture diagram.
22

3-
# ![Architecture](architecture-diagram.png)
3+
## Architecture
4+
It quickly integrates authentication and authorization processes with application program interfaces to communicate with many protocols such as OAuth.
5+
6+
![Architecture](architecture-diagram.png)

docs/architecture/architecture-diagram.drawio

Lines changed: 58 additions & 41 deletions
Large diffs are not rendered by default.
137 KB
Loading

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file authentication
33
* @author Azmi ŞAHİN (azmisahin@outlook.com)
44
* @brief It quickly integrates authentication and authorization processes with application program interfaces to communicate with many protocols such as OAuth.
5-
* @version 0.0.2
5+
* @version 0.0.3
66
* @date 2022-01-01
77
*
88
* @copyright Copyright (c) 2022

0 commit comments

Comments
 (0)