Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abritopach/ionic-keycloak
Sample project that shows how to use Keycloak in Angular 11 & Ionic 5 App.
https://github.com/abritopach/ionic-keycloak
angular angular11 ionic ionic5 keycloak
Last synced: 15 days ago
JSON representation
Sample project that shows how to use Keycloak in Angular 11 & Ionic 5 App.
- Host: GitHub
- URL: https://github.com/abritopach/ionic-keycloak
- Owner: abritopach
- Created: 2021-02-09T17:10:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-17T23:18:58.000Z (almost 4 years ago)
- Last Synced: 2024-11-27T13:44:14.548Z (2 months ago)
- Topics: angular, angular11, ionic, ionic5, keycloak
- Language: TypeScript
- Homepage:
- Size: 147 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IonicKeycloak
**If this project has been useful to you and you want to help me to keep contributing to the open source with projects, examples, plugins,... collaborate and buy me a coffee.**
Sample project that shows how to use Keycloak in Angular 11 & Ionic 5 App.
## Running keycloak server on local
Before you start you need a keycloak server on your local machine.
You need to download the keycloak from [oficial page](https://www.keycloak.org/downloads).
Extract the zip into whatever the folder you want. Change the directory into keycloak-X.X.X/bin and run this file
```bash
./standalone.sh
```Once the startup is done, you can access the admin console on this address http://localhost:8080/auth/
## Running App
Before you go through this example, you should have at least a basic understanding of Ionic concepts. You must also already have Ionic installed on your machine.
## Development server
Run `ionic serve` for a dev server. Navigate to `http://localhost:8100/`. The app will automatically reload if you change any of the source files.
## Requirements
* [Node.js](http://nodejs.org/)
* [Ionic](https://ionicframework.com/getting-started#cli)